Getting ready

The generator is now complete and we're moving on to develop the discriminator class. In the src folder, add the discriminator.py file.

You should have the following directory structure:

├── data
├── docker
│ ├── build.sh
│ ├── clean.sh
│ ├── Dockerfile
│ └── kaggle.json
├── out
├── README.md
├── run_autoencoder.sh
└── src
├── discriminator.py
├── encoder_model.h5
├── encoder.py
├── generator.py
├── x_test_encoded.npy
└── x_train_encoded.npy
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.118.208.97