This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python run_training.py --num-gpus=1 --data-dir=~/datasets --config=config-e --dataset=lego --mirror-augment=true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python dataset_tool.py create_from_images ~/datasets/lego ~/path-to-images |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: stylegan2 | |
channels: | |
- conda-forge | |
- defaults | |
dependencies: | |
- _libgcc_mutex=0.1=main | |
- _tflow_select=2.1.0=gpu | |
- absl-py=0.9.0=py37_0 | |
- astor=0.8.0=py37_0 | |
- blas=1.0=mkl |