Closed CloudaYolla closed 4 years ago
Hello,
I get the same error. Any idea how to fix?
My environment is Windows 10 with Anaconda.
Hi, I was using AWS SageMaker built-in kernels for TensorFlow, and installing the missing pieces via pip install.
Today, I followed the approach recommended by the book, namely:
In my Jupyter NB terminal, did
conda create -n hba-gan python=3.6 ipykernel
conda activate hba-gan
pip install -r requirements.txt
conda deactivate
Then, from the Jupyter NB, I selected the 'hba-gan' kernel which I created above, and everything works fine. So, I'm closing this issue.
Today, I followed the approach recommended by the book, namely:
Hello and thank you for the answer. I can try it later. Where in the book you fetch this information? I use the german translation and can't see any hint for that.
Error in 03_03_vae_digits_train Notebook (TensorFlow2 branch)
ValueError: The model cannot be compiled because it has no loss to optimize.
When running the cell below:
I get the following error: