Doubt in arguments in main.py
Opened this issue · 0 comments
meghbhalerao commented
Hi @TKKim93,
Some of the arguments in this line python main.py --method S+T --dataset multi --source real --target sketch --early --save_interval 5000 --steps 70000 --net resnet34 --session multi_r2s --thr 0.5 --num 3
are not present in the main.py
argparser
.
I am trying to run some experiments using your code (Thank you for making it open source!), and wanted to know if this repository is complete so that I can run it, except for the minor issue which I mentioned in the previous paragraph.
Please let me know. Thank you!
Megh