1
0
Fork 0
mirror of synced 2024-09-29 08:51:11 +13:00
Commit graph

501 commits

Author SHA1 Message Date
nagadomi
d7ab10581c Use clamp 2016-09-24 08:17:37 +09:00
nagadomi
f1a45b19c5 test 2016-09-24 07:46:50 +09:00
nagadomi
06e08253e4 Fix some multhread bug 2016-09-24 07:43:15 +09:00
nagadomi
0517605d0d Remove flip() from preprocess() because the data will flip() at flip_augmentation() 2016-09-24 06:22:30 +09:00
nagadomi
f65132dadb Use conv2d instead of nn.SpatialConvolutionMM 2016-09-24 05:54:18 +09:00
nagadomi
a14e6acec3 mutex 2016-09-24 05:51:47 +09:00
nagadomi
5a3d012f4e Add random blur method for data augmentation 2016-09-24 05:32:33 +09:00
nagadomi
cabeeed2a7 Add Clip(0,1) to last layer 2016-09-14 21:23:29 +09:00
nagadomi
f11108cba1 Add comment about RNG seed 2016-09-14 21:19:59 +09:00
nagadomi
451ee1407f Stop calculate the instance loss when oracle_rate=0 2016-09-11 20:59:32 +09:00
nagadomi
33e6bc888e Fix the number of threads 2016-09-11 20:56:56 +09:00
nagadomi
c2e4bb4380 Support for multi-thread in training
And remove `sys`,`image` and `graphicsmagicks.conveter` from the training code because those causes the deadlock on thread package.
2016-09-11 06:31:44 +09:00
nagadomi
f7e83e4465 performance tuning 2016-09-08 22:35:27 +09:00
nagadomi
be619c883b Add option to change server settings in web.lua 2016-09-04 23:25:37 +09:00
nagadomi
e4fe783577 Merge branch 'master' of github.com:nagadomi/waifu2x 2016-09-04 22:58:02 +09:00
nagadomi
f00a9fee6d Merge pull request #138 from edvakf/feature/dockerfile
Add Dockerfile
2016-09-04 22:39:51 +09:00
Atsushi Takayama
19c98b14ac Remove unnecessary comment 2016-09-02 19:59:07 +09:00
Atsushi Takayama
82c071b189 README: Comment on JIT caching 2016-09-02 19:58:20 +09:00
Atsushi Takayama
8f03f3207e Suppress message tput: No value for $TERM and no -T specified 2016-09-02 10:32:48 +09:00
Atsushi Takayama
c38353e264 README: Add docker instruction 2016-09-02 10:32:48 +09:00
Atsushi Takayama
281b95a014 Add Dockerfile 2016-09-02 03:17:04 +09:00
nagadomi
7ffd8a51fd fix message 2016-08-30 17:13:52 +09:00
nagadomi
3a70d09921 create new directory when the specified directory is not found 2016-08-30 17:13:25 +09:00
nagadomi
83a8cbe3bd Add diff method to tools/benchmark 2016-08-26 06:34:23 +09:00
nagadomi
8d77d6e2e9 Remove duplicated option 2016-08-23 18:57:50 +09:00
nagadomi
8af1cb7b94 Remove debug print 2016-08-23 18:57:11 +09:00
nagadomi
bfb67e61f4 Add support for the test filelist in benchmark 2016-08-21 06:54:23 +09:00
nagadomi
f72d756172 Add helper script for user method 2016-08-21 04:07:29 +09:00
nagadomi
075abf044c Update AMI 2016-08-07 02:06:01 +09:00
nagadomi
96bf23b29e Fix cudnn -> cunn 2016-08-07 01:59:17 +09:00
nagadomi
7040dff6f8 Fix noise0 model (backend: cudnn -> cunn) 2016-08-07 01:41:42 +09:00
nagadomi
c759f040bc Add support for individual channel measure in benchmark 2016-08-01 04:37:39 +09:00
nagadomi
93511a2a9f Update upconv_7/art/scale2.0x model; Fix mesh-artifact 2016-07-30 05:16:02 +09:00
nagadomi
382d493514 no confidence change for #128 2016-07-27 22:55:56 +09:00
nagadomi
8739f5487f Fix typo 2016-07-27 05:50:05 +09:00
nagadomi
cecaa88a13 Update README 2016-07-27 05:48:07 +09:00
nagadomi
edebaa8c27 Update README 2016-07-27 05:47:03 +09:00
nagadomi
044d7b952c Update README 2016-07-26 19:28:54 +09:00
nagadomi
1222bc28e7 Add the output format description for batch conversion 2016-07-26 19:26:43 +09:00
nagadomi
0e93848984 Add error message for image loading error #133 2016-07-26 18:54:32 +09:00
nagadomi
1cf9307ffb Add comments to describe that benchmark result is outdated. 2016-07-26 03:18:22 +09:00
nagadomi
df3a7f625e cleanump 2016-07-23 01:22:08 +09:00
nagadomi
3add726da3 Fix a bug that the time benchmark does not works when method=user and scale=1 2016-07-22 19:56:33 +09:00
nagadomi
962bdcf300 Add support for user method in benchmark 2016-07-22 02:15:00 +09:00
nagadomi
75fda5d09e Update training command which is I used to train upconv_7 models. 2016-07-21 22:36:56 +09:00
nagadomi
dd602fa0b4 Merge branch 'add_zh_tw' 2016-07-21 20:50:48 +09:00
nagadomi
3b728643ec Update upconv_7 models; bias term in last layer is removed 2016-07-21 20:41:48 +09:00
Jimmy Lin
8788989637 Add Traditional Chinese translation 2016-07-21 10:37:31 +00:00
nagadomi
5786099bc8 Fix a issue of time comparison in benchmark when using cuDNN 2016-07-21 18:04:01 +09:00
nagadomi
b3c968ef11 Fix a bug in user method when scale=2 2016-07-20 14:06:17 +09:00