1
0
Fork 0
mirror of synced 2024-04-30 02:52:26 +12:00
Commit graph

756 commits

Author SHA1 Message Date
nagadomi 00600ce10d Use cdnjs.cloudflare instead of ajax.googleapis because it's unstable in China. 2017-01-30 06:02:25 +09:00
nagadomi cf2493a1a4 Add support for resnet_14l in tools/export.lua; Add resnet_14l.prototxt 2017-01-26 05:43:55 +09:00
nagadomi 3447c6c44c rename srresnet_12l to resnet_14l because it's not the same as SRResNet 2017-01-21 16:53:10 +09:00
nagadomi 0eccbc6555 Add support for MSE loss 2017-01-09 13:00:04 +09:00
nagadomi 6051dad793 Fix a bug in ClippedMSECriterion:backward 2017-01-09 12:55:50 +09:00
nagadomi 742c9fdd95 disable gcn 2017-01-09 12:51:45 +09:00
nagadomi 02cf265d48 Reduce memory usage in benchmark 2017-01-04 19:53:17 +09:00
nagadomi 88ddfbc23e Update index.de.html 2017-01-01 04:31:25 +09:00
Benajmin Franz dc08ef693a update german translation 2016-12-31 03:02:21 +01:00
nagadomi 43a9b58fcb Add GCN option for user method 2016-12-25 20:17:47 +09:00
nagadomi a95f41f464 Add pretraind srresnet_12l model; Update benchmark 2016-12-08 06:15:23 +09:00
nagadomi a47e0a9804 Add checking for malformed images 2016-12-05 10:37:42 +09:00
nagadomi d2cfb8f104 Add L1 criterion. Change the criterion of updating model 2016-12-05 10:32:26 +09:00
nagadomi 3c28debad9 Update README 2016-11-09 03:26:04 +09:00
nagadomi 61f2abd632 remove unused code 2016-11-09 03:10:54 +09:00
nagadomi f088af9606 add srresnet_12l 2016-11-09 03:06:57 +09:00
nagadomi c8271af3ab add srresnet_12l 2016-11-09 03:06:26 +09:00
nagadomi c63bb3b01f Merge branch 'dev' of github.com:nagadomi/waifu2x into dev 2016-11-09 03:03:39 +09:00
nagadomi 9a13392f91 Change the default -random_blur_sigma_max 0.75->1.0 2016-11-06 18:14:27 +09:00
nagadomi bdff13a35f Use rgb2y instead of rgb2yuv 2016-11-06 05:32:36 +09:00
nagadomi 4be1141292 Fix srresnet_2x 2016-11-06 01:19:20 +09:00
nagadomi bdaca16c67 perfomance tuning 2016-11-02 23:42:14 +09:00
nagadomi 6220afc31a Fix a bug in random negate 2016-10-24 17:23:09 +09:00
nagadomi 74ed227f48 Update fcn_v1 2016-10-24 09:10:17 +09:00
nagadomi f16950438c Fix tta-mode 2016-10-24 09:06:27 +09:00
nagadomi 61aeb46303 Use bilinear instead of bicubic beacuse of overshoot 2016-10-22 15:11:05 +09:00
nagadomi b066761cdc Add data augmentation for user method 2016-10-21 18:34:48 +09:00
nagadomi a72af8cfef Use 'image' module because the deadlock problem has fixed 2016-10-21 01:21:42 +09:00
nagadomi 4998078d2a use threads.safe to avoid deadlock problem 2016-10-21 00:21:57 +09:00
nagadomi 1e80e45a03 add experimental models 2016-10-20 23:41:39 +09:00
nagadomi ea64fe83bd Update benchmark.md 2016-10-20 10:17:19 +09:00
nagadomi fa055c59b2 Update benchmark.md 2016-10-20 10:06:35 +09:00
nagadomi 558527e268 merge 2016-10-18 19:56:02 +09:00
nagadomi 50fd999c38 Add -gpu option 2016-10-18 19:54:00 +09:00
nagadomi 16731fb634 Add support for scale4 in benchmark 2016-10-10 02:20:57 +09:00
nagadomi ef8bb4b0b9 update Benchmark.md 2016-10-08 20:01:15 +09:00
nagadomi 83fc4684d8 update Benchmark.md 2016-10-08 19:54:02 +09:00
nagadomi 6f437e4014 Update benchmark 2016-10-08 19:49:37 +09:00
nagadomi 8d16fbaa9a Update benchmark 2016-10-08 19:36:26 +09:00
nagadomi 64952bad1f Add upconv_7l models. only 2x. 2016-10-08 19:36:09 +09:00
nagadomi 66bff68ef1 split first 2016-10-08 17:22:16 +09:00
nagadomi a604aa3b7a Add some experimental model 2016-10-08 17:21:01 +09:00
nagadomi e71ff1fc6a Fix a bug in random blur 2016-10-05 18:48:32 +09:00
nagadomi 72862f182e benchmark: add border option; use %.3f; 2016-10-05 15:57:19 +09:00
nagadomi 3e77378983 Add SSIMCriterion (supports only forward()) 2016-10-02 22:22:50 +09:00
nagadomi a78b7f19e4 Merge pull request #142 from edvakf/dockerignore
Add .dockerignore (exclude .git from being copied to docker image)
2016-09-28 08:39:52 +09:00
Atsushi Takayama 0e18c08f1e Add .dockerignore (exclude .git from being copied to docker image) 2016-09-28 03:15:13 +09:00
nagadomi d4bab939ab Fix basename in diff method 2016-09-27 19:05:53 +09:00
nagadomi 1ce5a8d038 more detailed log in benchmark 2016-09-27 18:23:10 +09:00
nagadomi 51e189b6c0 Add count of won in benchmark 2016-09-27 11:43:39 +09:00