You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey I am very interested in GANs and how they can create images and videos.
However I am totally not a coder. I know how to install packages with apt-get and pip, get most dependencies installed but that's about it.
It would be really cool if you could include some more instruction on how to use your code. Especially creating the short videos from still images.
I have a virtualenv with py 2.7 and tensorflow 1.2.1 but this it does not work.
When running improved_video_gan_future.py I get this
~/improved-video-gan/model$ python improved_video_gan_future.py
Traceback (most recent call last):
File "improved_video_gan_future.py", line 6, in <module>
from utils.layers import conv2d, conv3d_transpose, dis_block, linear
ImportError: No module named layers
Hi, the code you cannot find is in this repository - not in any pip package. The module 'layer' is in the file utils/layer.py. Are you sure you checked out the complete repository incl. all init.py files? Are you sure you call the main file from the root folder of the repository? Did you rename any folders?
Hey I am very interested in GANs and how they can create images and videos.
However I am totally not a coder. I know how to install packages with apt-get and pip, get most dependencies installed but that's about it.
It would be really cool if you could include some more instruction on how to use your code. Especially creating the short videos from still images.
I have a virtualenv with py 2.7 and tensorflow 1.2.1 but this it does not work.
When running improved_video_gan_future.py I get this
This is my pip list
The text was updated successfully, but these errors were encountered: