Commit Graph
20 Commits
Author SHA1 Message Date
igv f6b024388f Randomly scale, rotate and flip the training data 2017-07-27 14:40:32 +03:00
igv 82ed39e177 Fixes 2017-07-23 15:32:28 +03:00
Niklas Haas bbbaabe2c0 Switch to the adam optimizer instead of SGD+momentum
Converges faster, and doesn't get stuck forever like momentum
optimization does
2017-07-11 03:00:49 +02:00
Niklas Haas fad61f249b Use MS-SSIM instead of MSE (PSNR) 2017-07-11 02:59:34 +02:00
Niklas Haas db2c179879 utils.py: dump weights in a more machine parsable way
This dumps them as literal Haskell source code, great for writing a GLSL
generator in Haskell - but it should also be valid source code in many
other languages
2017-07-03 00:26:32 +02:00
Niklas Haas d5bf29d6de model.py: also dump alpha variables
In addition, I've also fixed a bug where the last alpha was hard coded
to alpha7, instead of being dynamic relative to m. This would have
introduced a conflict when m was high enough.
2017-07-02 23:29:28 +02:00
Drake Levy e66845dbe0 Misc changes + make code more pythonic 2017-03-14 13:51:11 -07:00
Drake Levy 3368977b38 Fixed README spacing 2017-03-14 13:20:32 -07:00
Drake Levy 322e465ae1 README spacing 2017-03-14 13:19:38 -07:00
Drake Levy 4dfb7a8e71 Modify README links 2017-03-14 13:16:25 -07:00
Drake Levy 8a1941bad3 Added super-resolved image 2017-03-01 18:01:34 -08:00
Drake Levy 007e421178 Almost ready 2017-03-01 17:59:31 -08:00
Drake Levy 906cfe03ff README usage formatting 2017-03-01 17:40:48 -08:00
Drake Levy 9dc08303cc README image formatting 2017-03-01 17:38:49 -08:00
Drake Levy 8562f557b3 Added result images, README 2017-03-01 17:38:07 -08:00
Drake Levy 9fb554e820 README and is_train -> train 2017-03-01 17:29:13 -08:00
Drake Levy 6bdc5f5a29 README usage 2017-03-01 17:27:12 -08:00
Drake Levy bd599621f8 README update 2017-03-01 17:25:03 -08:00
Drake Levy da3ba8f92b Updated README and pretty much everything 2017-03-01 17:23:13 -08:00
Drake Levy 9bf8cf669a Initial commit 2017-03-01 17:16:44 -08:00