Commit graph

28 commits

Author SHA1 Message Date
Yin Li
5bb2a19933 Add grouped cache for data bigger than CPU RAM 2020-05-28 23:01:56 -04:00
Yin Li
2e687da905 Add LRU cache to replace existing cache 2020-05-16 23:26:53 -04:00
Yin Li
9b456d6b1a Fix no data bug with --div-data 2020-05-07 21:12:05 -04:00
Yin Li
8bb6e85c6d Improve figure appearance 2020-05-07 19:18:06 -04:00
Yin Li
897c3563db Add additive and multiplicative augmentation 2020-05-07 15:57:05 -04:00
Yin Li
f442dd59ba Remove noise channels 2020-05-06 15:33:21 -04:00
Yin Li
b50c7b6350 Remove input upsampling 2020-04-30 21:12:34 -04:00
Yin Li
1cd34c2eed Remove lazy argument feeding from field dataset 2020-02-07 09:49:27 -05:00
Yin Li
e20f3194a5 Change linear interpolation to nearest in super-resolution 2020-02-05 21:09:39 -05:00
Yin Li
ef0235f97b Fix upsampling crop bug 2020-02-05 14:10:58 -05:00
Yin Li
0721301113 Add noise channels to the input 2020-01-29 15:57:10 -05:00
Yin Li
de71df51f5 Fix touch-up... 2020-01-23 12:34:32 -05:00
yueyingn
d5b76b3725
fix crop function with upsample 2020-01-23 11:34:20 -05:00
Yin Li
6c030f1eb1 Fix bug that target needs to be cropped with upsampled size 2020-01-23 09:29:43 -05:00
Yin Li
6938eea089 Fix bug that F.interpolate does not apply to np arrays 2020-01-23 07:22:34 -05:00
Yin Li
84a369d4ed Add super-resolution 2020-01-22 19:47:27 -05:00
Yin Li
c68b9928ee Add separate input and target normalization 2020-01-21 18:51:32 -05:00
Yin Li
46a3a3a97d Fix augmentation bug 2020-01-21 18:49:45 -05:00
Yin Li
e7d2435a96 Fix adversary model optim scheduler 2020-01-19 19:24:10 -05:00
Yin Li
15384dc9bd Add optional adversary model and make validation optional 2020-01-09 20:24:46 -05:00
Yin Li
9cf97b3ac1 Fix seeding bug introduced in the completely wrong commit f64b1e4 2020-01-06 20:20:05 -05:00
Yin Li
77710bc8a3 Cache data during the first epoch 2019-12-18 17:51:11 -05:00
Yin Li
01b0c8b514 Add data division, good with data caching 2019-12-18 17:13:40 -05:00
Yin Li
843fe09a92 Add data caching, and new pad and crop features 2019-12-17 12:00:13 -05:00
Yin Li
96b683bfef Fix bug in cropping width indices 2019-12-11 16:45:14 -05:00
Yin Li
0764a1006e Remove unnecessary arguments --in-channels and --out-channels 2019-12-09 10:19:21 -05:00
Yin Li
0211eed0ec Add testing 2019-12-01 21:40:35 -05:00
Yin Li
88bfd11594 Add training 2019-11-30 16:31:10 -05:00