1
0
Fork 0
mirror of synced 2024-06-01 18:49:33 +12:00
Commit graph

9 commits

Author SHA1 Message Date
nagadomi fbad30c031 Fix embed gamma handling 2016-04-15 09:13:37 +09:00
nagadomi 8d6451a51b Add -max_training_image_size option 2016-04-10 23:06:39 +09:00
nagadomi 620bd9c328 Fix undefined variable in convert_data.lua 2015-11-16 13:44:49 +09:00
nagadomi 4c691b4640 refactor 2015-10-29 22:44:15 +09:00
nagadomi 3abc5a03e3 refactor 2015-10-28 16:01:07 +09:00
nagadomi 8dea362bed sync from internal repo
- Memory compression by snappy (lua-csnappy)
- Use RGB-wise Weighted MSE(R*0.299, G*0.587, B*0.114) instead of MSE
- Aggressive cropping for edge region
and some change.
2015-10-26 09:23:52 +09:00
nagadomi 99db05a753 fix image size validation in convert.lua 2015-07-11 21:53:45 +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
nagadomi 2231423056 update training script 2015-05-17 14:43:07 +09:00