forked from aalmah/augmented_cyclegan
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathborgy_augcyclegans_exp1.yml
More file actions
15 lines (15 loc) · 988 Bytes
/
borgy_augcyclegans_exp1.yml
File metadata and controls
15 lines (15 loc) · 988 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
image: images.borgy.elementai.lan/perouz/perouz_repl_gen_augcgan:latest
command: ["bash", "-c", "CUDA_VISIBLE_DEVICES=0 python augmented_cyclegan/edges2shoes_exp/train.py --dataroot augmented_cyclegan/datasets/receipts/ --name augcgan_model --niter 20000 --checkpoints_dir './checkpoints/receipts_512' --imgSize 512 --batchSize 2"]
#command: ["bash", "-c", "CUDA_VISIBLE_DEVICES=0 python augmented_cyclegan/edges2shoes_exp/train.py --dataroot augmented_cyclegan/datasets/receipts/ --name augcgan_model --niter 20000 --display_freq 10 --print_freq 10 --checkpoints_dir './checkpoints/chk_receipts'"]
# command: ["bash", "-c", "jupyter notebook --no-browse --ip=`hostname -I` --port=57242 --NotebookApp.iopub_data_rate_limit=10000000000"]
# command: ["ls","/eai/project/"]
# command: ["ls"]
name: aug_cycleGAN
reqCores: 1
reqGpus: 5
reqRamGbytes: 64
volumes:
- /home/perouz/repl_gen/Experiments/augCycleGANs:/eai/project
- /mnt/projects/:/eai/projects
workdir:
"/eai/project"