ckkelvinchan / RealBasicVSR

Official repository of "Investigating Tradeoffs in Real-World Video Super-Resolution"
Apache License 2.0
900 stars 134 forks source link

loss is nan #55

Open zlu1994 opened 2 years ago

zlu1994 commented 2 years ago

"loss_pix" and "loss_clean" is nan every time I train for a while I follow the instructions below: Put the original REDS dataset in ./data Run the following command: python crop_sub_images.py --data-root ./data/REDS --scales 4

and training model follow the instructions mim train mmedit configs/realbasicvsr_wogan_c64b20_2x30x8_lr1e-4_300k_reds.py --gpus 2 --launcher pytorch

zhu2bowen commented 9 months ago

have you tried a smaller lr?