benckx

Results 2 issues of benckx

I've tried to adapt the model to run on [Horovod](https://github.com/horovod/horovod): https://github.com/benckx/DCGAN-tensorflow/blob/run_on_horovod/model.py I'm getting the following error. It doesn't happen when ```hooks is None``` or when I comment sampling (```sess.run(self.sampler)```): ```...

``` ➜ litiengine-gurk-nukem-0.0.2 ./gradlew clean build Downloading https://services.gradle.org/distributions/gradle-5.0-bin.zip ................................................................................. Unzipping /home/benoit/.gradle/wrapper/dists/gradle-5.0-bin/pu5208521seraqlersebvqk/gradle-5.0-bin.zip to /home/benoit/.gradle/wrapper/dists/gradle-5.0-bin/pu5208521seraqlersebvqk Set executable permissions for: /home/benoit/.gradle/wrapper/dists/gradle-5.0-bin/pu5208521seraqlersebvqk/gradle-5.0/bin/gradle Welcome to Gradle 5.0! Here are the highlights of this release: -...