Spaces:
Running
Running
File size: 479 Bytes
404d2af |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# python train.py --task=debug \
# --data_path="./data/" \
# --gamma \
# --aug \
# --camera="NIKON_D700" \
# --out_path="./exps/" \
# # --debug_mode
python train.py --task=debug2 \
--data_path="./data/" \
--gamma \
--aug \
--camera="Canon_EOS_5D" \
--out_path="./exps/" \
--debug_mode
|