Closed cryptolalia closed 5 years ago
Hi, @cryptolalia, after ruling demo.py you will .txt file in output/
and image result in vis/
, if you pull the latest repo, I have changed visualization directory to vis/$(EXP_NAME)_test
.
I want to know what the exp_name should be set to.
@jun214384468 exp_name
is the name of one experiments (e.g. at one time you set lr=2e-4 and bs=64, you can set exp_name
to lr2e-4_bs64
) for identifying different hyper-parameter settings.
@jun214384468
exp_name
is the name of one experiments (e.g. at one time you set lr=2e-4 and bs=64, you can setexp_name
tolr2e-4_bs64
) for identifying different hyper-parameter settings.
Thank you!
lr2e-4_bs64
Hello, if I want to train this parameter in pycharm, how should I assign it?
Just set program argments in like this:
Thank you very much for your guidance.
I managed to finish the demo.py, but I got the .txt result, how should I convert it to the corresponding image result display?I am sorry to trouble you again.