Getting ready

We've built a set of loss functions and the generator class, so now it's time to build the discriminator class. You should see the following structure in your directory:

├── data
├── docker
│ ├── build.sh
│ ├── clean.sh
│ ├── Dockerfile
│ └── kaggle.json
├── imgs
│ ├── create_token.png
│ ├── kaggle_signup.png
│ ├── MyAccount.png
│ ├── refiner_network_training.png
│ └── simGAN_network.png
├── out
│ └── Generator_Model.png
├── README.md
├── run.sh
└── src
├── discriminator.py
├── generator.py
├── loss.py
..................Content has been hidden....................

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