Public Member Functions | |
| def | __init__ (self, inplanes, squeeze_planes, expand1x1_planes, expand3x3_planes) | 
| def | forward (self, x) | 
Public Attributes | |
| inplanes | |
| squeeze | |
| squeeze_activation | |
| expand1x1 | |
| expand1x1_activation | |
| expand3x3 | |
| expand3x3_activation | |
Definition at line 7 of file squeezenet.py.
 1.8.11