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 position of file is mmaction2-1.0.0/tools/analysis_Tools/analyze_logs. py. The code 'iters = log_dict[epoch]['iter']' should be changed 'iters = log_dict[epoch]['step']'. How to change "if log_dict[epoch]['mode'][-1] == 'val' "? Because there are not keys of 'iter' and 'mode' in the JSON files which is generated while trainning.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The position of file is mmaction2-1.0.0/tools/analysis_Tools/analyze_logs. py. The code 'iters = log_dict[epoch]['iter']' should be changed 'iters = log_dict[epoch]['step']'. How to change "if log_dict[epoch]['mode'][-1] == 'val' "? Because there are not keys of 'iter' and 'mode' in the JSON files which is generated while trainning.
Beta Was this translation helpful? Give feedback.
All reactions