allenai / XNOR-Net

ImageNet classification using binary Convolutional Neural Networks
https://xnor.ai/
Other
856 stars 239 forks source link

Why network files are big ? #11

Closed ratnesh1729 closed 7 years ago

ratnesh1729 commented 7 years ago

The pretrained alexnet provided in the links are ~450 MB. Is this because of Lua storing the network in an unoptimized manner. The paper mentions network size of 7.5 MB on Fig 4. Thanks for clarifying.

mrastegari commented 7 years ago

These are not compacted version. Here we use a float for a single bit. LUA and Torch does not support bit operations.