You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After miserable experience on running training on this repo. I think I need to write it down to share to others. My situation is: I failed run the model on my own ubuntu server, as I didn't install CUDA10.0. But, running in the docker is also not so easy.
Run the demo
Build the docker
docker build -t new-comod-gan .
docker run -itd -v /your_work_dir:/work -v /your_data_dir:/data --name comod -p 7200-7220:7200-7220 --gpus all new-comod-gan /bin/bash
Note:
1. Only 3 channels can be used. If you're using png files, do not set --num-channels to 4, you'll get error in training.
2. --val-image-dir should be specified, or you'll have error in training.
After miserable experience on running training on this repo. I think I need to write it down to share to others. My situation is: I failed run the model on my own ubuntu server, as I didn't install CUDA10.0. But, running in the docker is also not so easy.
Run the demo
docker build -t new-comod-gan . docker run -itd -v /your_work_dir:/work -v /your_data_dir:/data --name comod -p 7200-7220:7200-7220 --gpus all new-comod-gan /bin/bash
.bashrc
Remote X11
plugin in vscode.Host
Option, and set your remote Host'IP with your remote server's IP(Not the container's IP)Run training
Here, I prepared some images in
./imgs/png_samples/
for training test.Note:
1. Only 3 channels can be used. If you're using png files, do not set
--num-channels
to 4, you'll get error in training.2.
--val-image-dir
should be specified, or you'll have error in training.For researchers in China, you may need a VPN. The training process will download an inception model file. You can:
The text was updated successfully, but these errors were encountered: