Getting ready

We've built out the docker folder and the encoding code and now we're moving to create the generator. In the src folder, create a file called generator.py and make sure you have the same files and folders in your directory:

├── data
├── docker
│ ├── build.sh
│ ├── clean.sh
│ ├── Dockerfile
│ └── kaggle.json
├── out
├── README.md
├── run_autoencoder.sh
└── src
├── 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
3.145.91.254