We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e32b4 commit cf99a04Copy full SHA for cf99a04
pytorch_modelsize.py
@@ -12,7 +12,7 @@ def __init__(self, model, input_size=(1,1,32,32), bits=32):
12
'''
13
self.model = model
14
self.input_size = input_size
15
- self.bits = 32
+ self.bits = bits
16
return
17
18
def get_parameter_sizes(self):
0 commit comments