You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The program can only run when the ’model_name‘(in run.py line44) is ’mim‘.
The program cannot run when the name is other, such as [convlstm, predcnn, predrnn, predrnn_pp, convlstm_net](in run.py line 43).
So I think we should change 'convlstm_net' to 'mim'(in run.py line44).
Could you share the code of other models[convlstm, predcnn, predrnn, predrnn_pp, convlstm_net]?
The text was updated successfully, but these errors were encountered:
The program can only run when the ’model_name‘(in run.py line44) is ’mim‘.
The program cannot run when the name is other, such as [convlstm, predcnn, predrnn, predrnn_pp, convlstm_net](in run.py line 43).
So I think we should change 'convlstm_net' to 'mim'(in run.py line44).
Could you share the code of other models[convlstm, predcnn, predrnn, predrnn_pp, convlstm_net]?
The text was updated successfully, but these errors were encountered: