We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d6c142 commit bc3dd5aCopy full SHA for bc3dd5a
main.py
@@ -55,4 +55,4 @@
55
56
57
# Save and load the entire model
58
-torch.save(net.state_dict(), 'models/lenet5_pruned_'+prune_perc+'.pkl')
+torch.save(net.state_dict(), 'models/lenet5_pruned_'+param['prune_perc']+'.pkl')
0 commit comments