These two questions came up, when I went threw the code:
-
In line 127 of pokeGan.py the bn1 tensor is created. But actually it is never used.. instead the next line continues with lrelu(conv1,...). Any reason for that?
-
Why is tanh used to generate the final images (line 113). Shouldn't the images values be between 0 and 1? So would not the sigmoid activation be the better choice here?
Any answers / ideas?
These two questions came up, when I went threw the code:
In line 127 of pokeGan.py the bn1 tensor is created. But actually it is never used.. instead the next line continues with lrelu(conv1,...). Any reason for that?
Why is tanh used to generate the final images (line 113). Shouldn't the images values be between 0 and 1? So would not the sigmoid activation be the better choice here?
Any answers / ideas?