itayhubara / BinaryNet.pytorch

Binarized Neural Network (BNN) for pytorch
504 stars 125 forks source link

How to use main_binary_hinge.py #4

Open ArchieGu opened 6 years ago

ArchieGu commented 6 years ago

@itayhubara Hi, I wonder what the file _main_binaryhinge.py is used for? It looks similar to the _mainbinary.py. How can I use it ? When I run the code, it says NameError: global name 'search_binarized_modules' is not defined. Thank you.