The Guy with The Hat

Results 7 comments of The Guy with The Hat

See: https://github.com/eriklindernoren/Keras-GAN/issues/22#issuecomment-379553290. The value of `trainable` only takes effect after the model is compiled.

regarding (2), see: https://github.com/eriklindernoren/Keras-GAN/issues/22#issuecomment-379553290 Essentially, it is important that `trainable = false` is set between `discriminator.compile()` and `combined.compile()`.

Regarding your second questions, see: https://github.com/eriklindernoren/Keras-GAN/issues/22#issuecomment-379553290 Essentially, it is important that `trainable = false` is set between `discriminator.compile()` and `combined.compile()`.

Reproduced on Chrome 49.0.2623.112 and Windows 10. It happened after I left the game on overnight and my computer went to sleep. When I checked it in the morning I...

@Restioson Nope. Enums were used for tool types (wood, stone, iron, gold, diamond), but not for blocks or items. IIRC, there was one big static code block that defined all...

Anyone manage to extract it on linux? Archive Manager, `jar`, `7z`, and `unzip` all failed for me.

Alright, 7zip on wine appears to have worked.