Before you continue, you need to split the downloaded images into a `train` folder and into a `validation` folder.
%% Cell type:raw id: tags:
./
├── train
│ ├── brad pitt
│ └── johnny deep
| ├── leonardo di caprio
| └── ...
│
└── validation
├── brad pitt
├── johnny deep
├── leonardo di caprio
└── ...
%% Cell type:markdown id: tags:
If you want to use the example of this jupyter notebook, then download `celebrity-faces-train-validation-dataset.zip` from Ilias and unzip it in the folder of your jupyter notebook.
1/24 [>.............................] - ETA: 0s - loss: 2.0994 - accuracy: 0.0500WARNING:tensorflow:From /Users/mirkobirbaumer/.pyenv/versions/3.6.8/lib/python3.6/site-packages/tensorflow/python/ops/summary_ops_v2.py:1277: stop (from tensorflow.python.eager.profiler) is deprecated and will be removed after 2020-07-01.
/Users/mirkobirbaumer/.pyenv/versions/3.6.8/lib/python3.6/site-packages/PIL/Image.py:961: UserWarning: Palette images with Transparency expressed in bytes should be converted to RGBA images
"Palette images with Transparency expressed in bytes should be "