Your First Run (facades)

For both types of install, running the basic facades example is the same.

Once the installation is complete and you can access the CLI as shown, run

ganslate your-first-run

On running this, a few options will show up that can be customized. You may also leave it at its default values. Once the prompts are completed, you will have a folder generated with a demo facades project in the path you specified.

Training

Next, you can run the training using the command below,

ganslate train config=<path_specified>/default.yaml

Note

If you have more than one GPU, then you can either run the training in distributed mode or set CUDA_VISIBLE_DEVICES environment variable to use only single GPUs.