• F-G Fernandez's avatar
    Added number of features in FrozenBatchNorm2d __repr__ (#2168) · 5db8998a
    F-G Fernandez authored
    * feat: Added number of features in FrozenBatchNorm2d repr
    
    While BatchNorm layers have extensive information in their repr, FrozenBatchNorm2d has one
    
    * refactor: Refactored FrozenBatchNorm2d __repr__
    
    * test: Added unittest for FrozenBatchNorm2d __repr__
    
    * style: Removed blank lines in test_ops
    
    * refactor: Avoids creating an extra attribute for __repr__
    
    * style: Switched __repr__ to f-string
    
    Since support of Python version ealier than 3.6 have been dropped, f-string can be used.
    
    * fix: Fixed typo in __repr__
    
    * style: Switched unittest .format to f-string
    5db8998a
test_ops.py 22.3 KB