Closed LIUYUANWEI98 closed 6 months ago
When I am ready to train PlainMamba-L1 model, I submitted 'sh tool/dist_train.sh plain_mamba_configs/plain_mamba_l1_in1k_300e.py 4' and met the error like the follow:
Hi, Can you plz try changing AmpEpochBasedRunner
to EpochBasedRunner
?
When training the model, I met the error ’AmpEpochBasedRunner should be used with grad_clip‘. How can I fix it?