File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7575
7676You can install the recommended environment as follows:
7777
78- ``` console
78+ ``` bash
7979conda env create -f environment.yml -n studiogan
8080```
8181
8282With docker, you can use:
83- ``` console
83+ ``` bash
8484docker pull mgkang/studiogan:latest
8585```
8686
8787This is my command to make a container named "studioGAN".
8888
8989Also, you can use port number 6006 to connect the tensoreboard.
90- ``` console
90+ ``` bash
9191docker 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
9292```
9393
9494
9595## Quick Start
9696
9797* Train (`` -t `` ) and evaluate (`` -e `` ) the model defined in `` CONFIG_PATH `` using GPU `` 0 ``
98- ``` console
98+ ``` bash
9999CUDA_VISIBLE_DEVICES=0 python3 src/main.py -t -e -c CONFIG_PATH
100100```
101101
You can’t perform that action at this time.
0 commit comments