You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't see any defined variables, self.do_bntan (line 103) & self.tanh2 (line 105). Both of these were defined in BasicBlock class, but Bottleneck is not the super class of it. And I can't find any connection between these 2 classes. Hence can't figure out how these variables used, starting from line 103
Thank you for your help and attention
The text was updated successfully, but these errors were encountered:
First of all, please note that: I'm not really good at coding, especially with python. Hence I'm probably making some mistakes.
I have some issues with the Bottleneck class. Could you please check these out? According to the class initializer (in resnet_binary.py file):
I can't see any defined variables, self.do_bntan (line 103) & self.tanh2 (line 105). Both of these were defined in BasicBlock class, but Bottleneck is not the super class of it. And I can't find any connection between these 2 classes. Hence can't figure out how these variables used, starting from line 103
Thank you for your help and attention
The text was updated successfully, but these errors were encountered: