1
0
Fork 0
mirror of synced 2024-09-21 12:02:33 +12:00
Commit graph

4 commits

Author SHA1 Message Date
nagadomi
ee826715b7 explicitly loading torch/cutorch 2015-08-05 16:20:45 +09:00
nagadomi
2ffa93213e remove exception handling for cunn 2015-08-05 16:03:51 +09:00
nagadomi
dcd43b89fd fix missing nn in latest torch7 2015-08-05 11:49:38 +09:00
nagadomi
a706892b59 merge develop repo
- remove support for cuDNN
- add new pre-trained model and json files
- some changes in training script

If you have cuDNN model, Please run following commands to convert.
$ cp models/your_own_model.t7 models/your_own_model.t7.backup
$ th cudnn2cunn.lua -model models/your_own_model.t7
2015-06-13 15:20:40 +09:00