Machine-Learning-Collection
Machine-Learning-Collection copied to clipboard
Fixes to RenNet model
The PR contains the following fixes:
- the Block class wasn't following Python naming style
- Block class uses an extra attribute, stride, and it is never used. It can safely be deleted.
- _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