1
0
Fork 0
mirror of synced 2024-09-21 20:11:38 +12:00
Commit graph

769 commits

Author SHA1 Message Date
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
nagadomi
45f5a1c95a webgen 2016-09-25 20:47:12 +09:00
nagadomi
3afedcc941 Add support for uerystring to set the default params #141 2016-09-25 20:46:28 +09:00
nagadomi
5a6ee4b017 Update locales/ru #140 2016-09-25 20:07:13 +09:00
nagadomi
3a211c57f3 Merge branch 'pull/140' 2016-09-25 20:00:47 +09:00
MasterPetrik
c1d8805ecf Update index.ru.html
some minor fixes for better understanding in russian language and
2016-09-25 05:31:28 +03:00
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