We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49fcd2b commit ada8957Copy full SHA for ada8957
README.md
@@ -87,15 +87,15 @@ docker pull mgkang/studiogan:latest
87
This is my command to make a container named "studioGAN".
88
89
Also, you can use port number 6006 to connect the tensoreboard.
90
-```
+```console
91
docker run -it --gpus all --shm-size 128g -p 6006:6006 --name studioGAN -v /home/USER:/root/code --workdir /root/code mgkang/studiogan:latest /bin/bash
92
```
93
94
95
## Quick Start
96
97
* Train (``-t``) and evaluate (``-e``) the model defined in ``CONFIG_PATH`` using GPU ``0``
98
99
CUDA_VISIBLE_DEVICES=0 python3 src/main.py -t -e -c CONFIG_PATH
100
101
0 commit comments