HyperGAN icon indicating copy to clipboard operation
HyperGAN copied to clipboard

Composable GAN framework with api and user interface

Results 20 HyperGAN issues
Sort by recently updated
recently updated
newest added

this issue has been on before but i didn't get any sort of good answer from that, so i'll try and detail what i've done as exact as possible. 1....

This seems like interesting network to implement on hypergan https://github.com/podgorskiy/ALAE paper https://arxiv.org/pdf/2004.04467.pdf

enhancement

After I install hypergan with git and running the setup,py file, I run into a problem where I am missing a package. This error returns: `ModuleNotFoundError: No module named 'hypergan.layers.minibatch'`

bug

I installed all of hypergan's requirements and did `pip3 install hypergan` in cmd. No errors. I even tried adding C:\Users\\[user]\AppData\Local\Programs\Python\Python37\Lib\site-packages\hypergan to PATH. Everytime I use hypergan in command prompt, I...

question
windows support

chart_studio is required by examples but has not yet added in requirements. Add chart_studio.

trying to install hypergan and every time I feel like I am making progress and installing prereq's I keep running into this. If someone could please explain this that would...

HyperGAN keeps throwing this error (on colab) when I train `hypergan train data/ -c mymodel -s 64x64x3 -b 8 --sample_every 10`, or with similar flags. ``` ModuleNotFoundError: No module named...

bug

Hello, I am trying to test and learn how to use HyperGAn on my PC. I've installed it using the pip install hypergan command on my anaconda environment with python...

bug

## Description Adds sampling during training in the electron ui. ## Changes * Use /tmp/hypergan.pid to prevent multiple UIs when starting through python. * Initial websocket client/server

Related to #261 Changes: * [ ] stylegan architecture in a configuration * [ ] Loads pretrained stylegan

experiment
not working