MAZiqing / FEDformer

MIT License
641 stars 122 forks source link

running stuck #42

Closed guetaro closed 1 year ago

guetaro commented 1 year ago

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

tianzhou2011 commented 1 year ago

I am not sure what happened in your case. "Stuck" could be anything...Perhaps some other programs are occupying the CPU.

jayyounghappy commented 1 year ago

This is also the case when I run it. It hasn't been solved yet

tianzhou2011 commented 1 year ago

run the individual command in the script, which line of code caused you this stuck?

Xjt128 commented 1 year ago

大家有懂这个反归一化的问题的吗

tianzhou2011 commented 1 year ago

data_loader.py 里面有一个scale的参数,那个是控制规划和反归一化的