deep-learning-with-python-notebooks icon indicating copy to clipboard operation
deep-learning-with-python-notebooks copied to clipboard

Jupyter notebooks for the code samples of the book "Deep Learning with Python"

Results 126 deep-learning-with-python-notebooks issues
Sort by recently updated
recently updated
newest added

Fixed: Notebook failed in executing some code batches.

5.2 cannot identify image file

Hi, @fchollet , Where could I find the corresponding code for your second edition of Deep Learning with Python? Thanks~

Hello, can you help me please. When I try to check my result on my own image. I have an error. My code same as yours from listings 5.17 to...

I quite literally copied the code from notebooks 37-38 but the training fails on 1st epoch 63/100 with an error saying something like: your input is out of data. So...

In this example (IMDB) the author asks to use 1 or 3 hidden layers > We were using 2 hidden layers. Try to use 1 or 3 hidden layers and...

Hello. I have tried running the listings for a VAE example 8.23 to 8.28, both on a stand-alone python script in my workstation and as a colab jupyter notebook. Both...

TypeError Traceback (most recent call last) /usr/local/lib/python3.6/dist-packages/tensorflow/python/eager/execute.py in quick_execute(op_name, num_outputs, inputs, attrs, ctx, name) 59 tensors = pywrap_tfe.TFE_Py_Execute(ctx._handle, device_name, op_name, ---> 60 inputs, attrs, num_outputs) 61 except core._NotOkStatusException as e:...