This section will show you how to create the underlying infrastructure that allows you to use Large-Scale Scene Understanding (LSUN) data. This will make sure that you have created the right Docker container and that all of your folders are structured in the correct format. Here, we'll also begin the process of downloading the LSUN dataset for the DCGAN recipe.
Tools – do I need any unique tools?
Getting ready
This section will lay the groundwork for future coding sections. First, create the following folders for file storage:
DCGAN
├── data
│ └── README.md
├── docker
│ ├── build.sh
│ ├─...