Closed guetaro closed 1 year ago
I am not sure what happened in your case. "Stuck" could be anything...Perhaps some other programs are occupying the CPU.
This is also the case when I run it. It hasn't been solved yet
run the individual command in the script, which line of code caused you this stuck?
大家有懂这个反归一化的问题的吗
data_loader.py 里面有一个scale的参数,那个是控制规划和反归一化的
Hi,
Nice work, thanks for shearing.
I have a problem while using the git, when running train using bash ./scripts/run_M.sh, the running stuck after printing:
train 34369 val 11425 test 11425
and remains stuck until I stop it myself.
I tried to debug it and found out the stuck happens on exp_main.py , after the command iter_count += 1.
do you have an idea why does it happen?
thanks in advance,
Roi