Commit Graph

11 Commits

Author SHA1 Message Date
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
007e421178 Almost ready 2017-03-01 17:59:31 -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
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