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

635 commits

Author SHA1 Message Date
nagadomi 06246e0d78 refactor 2018-10-21 00:56:39 +00:00
nagadomi ef5aa1ccbb SEBlock 2018-10-18 19:49:10 +00:00
nagadomi eea286059f Add ScaleTable for Squeeze and Excitation Networks 2018-10-18 19:35:16 +00:00
nagadomi 0d51c40f6b lbp 512->128 2018-10-16 18:17:47 +00:00
nagadomi 4b9196deaa cunet_v5 2018-10-16 13:02:42 +00:00
nagadomi 89c8f5db8e Add aux_lbp; Fix oracle 2018-10-16 13:02:09 +00:00
nagadomi 8065ec9bb2 fix 2018-10-13 20:06:12 +00:00
nagadomi e6da46d08f experimental model 2018-10-14 01:21:23 +09:00
nagadomi f317545732 aux_huber and lbp loss 2018-10-14 01:20:03 +09:00
nagadomi 5365890fa8 Add some modules 2018-10-14 01:18:32 +09:00
nagadomi aef969d64b Add support for criterion arguments in AuxiliaryLossCriterion 2018-10-14 01:15:51 +09:00
nagadomi 0883b043ce Fix a bug when specifying individual downscaling filter 2018-10-06 23:31:47 +09:00
nagadomi 20abbbc68e Support for binary model file 2018-10-03 18:42:05 +09:00
nagadomi 56536ac133 Add support for AuxiliaryLoss 2018-10-03 18:41:32 +09:00
nagadomi cf638aea48 Add default option for ClippedMSECriterion 2018-10-03 18:40:04 +09:00
nagadomi 1dc32aaa89 Add w2nn.Print for debug 2018-10-03 18:30:54 +09:00
nagadomi 0fe21eef70 Update random erasing; Support x padding 2018-10-03 18:30:22 +09:00
nagadomi 93cd40a53c merge random erasing 2018-10-03 18:29:05 +09:00
nagadomi 9f4626df80 Add install_lua_modules.sh 2018-06-05 16:00:55 +09:00
nagadomi 929c7f85a9 Support Linear module 2018-06-05 03:57:31 +09:00
nagadomi 3c46906cb7 Merge branch 'dev' 2018-04-28 11:08:05 +09:00
nagadomi e5e73c0ba7 Fix zero division error in jaccard 2018-04-28 11:04:53 +09:00
nagadomi 0b1a13d9c0 Add to json formt model; Fix json format; 2018-04-28 11:00:13 +09:00
nagadomi f65e723ef9 Add a tool for visualizing layer outputs 2018-01-26 08:20:26 +09:00
nagadomi fa6ee00624 merge 2018-01-26 08:09:40 +09:00
nagadomi 4ec0b4530d merge 2018-01-26 08:08:52 +09:00
nagadomi c955203fbc Update ko 2017-12-05 15:30:00 +09:00
nagadomi 705cca9264 Merge branch 'update_ko' 2017-12-05 15:20:29 +09:00
nagadomi d4ec492901 Update nl 2017-12-05 15:19:37 +09:00
Quiple 6eeb9312d6
Update index.ko.html 2017-12-03 22:55:11 +09:00
Quiple 7cad598a71
Update index.ko.html 2017-12-03 22:34:03 +09:00
Quipluk 14d2412a6e
Update index.ko.html
Update and improve the translation.
2017-12-03 22:20:02 +09:00
Ryan f2c6678fb9
Slightly improved my Dutch translation. 2017-11-12 16:47:58 +01:00
nagadomi a1458de3c8 Change waifu2x-converter-cpp repo 2017-08-14 08:59:21 +09:00
nagadomi 458bea7ca4 Add check for client disconnected after curl 2017-07-25 23:23:22 +09:00
nagadomi 7dad4bc9ac Merge pull request #192 from nagadomi/memory_cache
Change cache storage from HDD to RAM
2017-07-18 08:21:07 +09:00
nagadomi 2280f388ff Change cache storage from HDD to RAM 2017-07-18 08:20:17 +09:00
nagadomi 60e22a05bd Merge pull request #184 from Ereza/master
Add Catalan translation
2017-05-24 12:32:36 +09:00
Eduard Ereza Martínez b19ad36123 Add Catalan translation 2017-05-21 23:35:56 +02:00
nagadomi cba96e36fb Add -invert_x option for user_method 2017-05-17 08:51:07 +09:00
nagadomi 05bc54fa12 Add support for identity initializer for dilated convolution, and refactor 2017-04-21 08:54:39 +09:00
nagadomi 5fe6cf6ef8 Merge branch 'dev' 2017-04-16 04:40:02 +09:00
nagadomi fe885a3466 Fix -pairwise_y_binary 2017-04-16 04:38:53 +09:00
nagadomi 4d3d123d72 Merge branch 'dev' 2017-04-15 16:30:34 +09:00
nagadomi bb0fc3a1d3 Add -validation_filename_split option 2017-04-15 16:29:38 +09:00
nagadomi e371955cc7 Merge branch 'dev' 2017-04-13 17:38:30 +09:00
nagadomi 063474b2ea Fix clearState 2017-04-13 17:38:18 +09:00
nagadomi 88e3322296 Add ShakeShakeTable 2017-04-13 17:35:32 +09:00
nagadomi f54dd37848 Merge branch 'dev' 2017-04-10 20:22:37 +09:00
nagadomi b7e116de54 Add support for multi GPU training (data parallel)
train.lua -gpu 1,3,4
When use multi GPU mode, nccl.torch is required.
2017-04-10 20:20:17 +09:00