Skip to content

Conversation

erfanbyt
Copy link

The PR contains the following fixes:

  1. the Block class wasn't following Python naming style
  2. Block class uses an extra attribute, stride, and it is never used. It can safely be deleted.
  3. _make_layer function and ResNet class are taking Block class as input while there is no need for it and it is accessible to them and no need to be given as input.

Thanks

…uments. Also fixed naming for block class and removed extra attribute, stride, from the block class.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant