Generative_Deep_Learning_2nd_Edition
Generative_Deep_Learning_2nd_Edition copied to clipboard
The official code repository for the second edition of the O'Reilly book Generative Deep Learning: Teaching Machines to Paint, Write, Compose and Play.
I constantly got this error, although I installed pkg-config, added /opt/homebrew and /opt/homebrew/bin to PATH, and I set up HDF5_DIR=/opt/homebrew/opt 46.21 Building h5py requires pkg-config unless the HDF5 path is...
I'm on Windows with NVIDA 4070 and seeing the below error when trying to launch docker with docker-compose.gpu.yml. Any idea how to resolve this? PS C:\Projects\GenerativeDeepLearning> docker compose -f docker-compose.gpu.yml...
@davidADSP - Hope this helps, very minor but noticed along the way.
I have a printed copy of the book. Page 178 says that the forward pass is z = x exp(s) + t. Page 179 says that the backwards/inverse pass is...
Hi, I'm stuck when I follow the instructions of the readme file: >docker compose -f docker-compose.gpu.yml up The new 'docker compose' command is currently experimental. To provide feedback or request...
I can't create a VM instance in the Google Cloud Console. It says "n1-standard-4 VM instance with nvidia-tesla-t4 accelerator(s) is currently unavailable in the us-east1-c zone." I've tried other zones,...
I am running this on windows(not in docker). I got the following error: --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) Cell In[3], line 5 2 import matplotlib.pyplot as plt 4...
`RUN add-apt-repository ppa:mscore-ubuntu/mscore3-stable` without this installation failed in Ubuntu 20.04.6 LTS.
Following the book, ive been trying to apply ConditionalWGAN for fashion mnist dataset with 10 classes but am facing error. I changed the model accordingly for both generator and critic...
Fixes non-GPU requirements. From TensorFlow pip installing guide (https://www.tensorflow.org/install/pip): For the CPU-only build, use the pip package named tensorflow-cpu.