xDroid
Results
3
issues of
xDroid
In https://github.com/pvitoria/ChromaGAN/blob/30e975beccf1ab94f5c26b0ec3df7b34f22cb612/SOURCE/ChromaGAN.py#L209 there is no activation parameter designated in the Dense layer. In keras 2.3.1, the default activation is linear activation (i.e. no activation): ``` tf.keras.layers.Dense( units, activation=None, ... ```
Just a friendly reminder: you can use [Github release feature](https://help.github.com/en/articles/creating-releases) instead of adding zip to the repo.