We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33bc4c5 commit 3438a50Copy full SHA for 3438a50
tools/analysis_tools/analyze_logs.py
@@ -65,7 +65,7 @@ def plot_curve(log_dicts, args):
65
else:
66
xs = []
67
ys = []
68
- num_iters_per_epoch = log_dict[epochs[0]]['iter'][-1]
+ num_iters_per_epoch = log_dict[epochs[0]]['iter'][-2]
69
for epoch in epochs:
70
iters = log_dict[epoch]['iter']
71
if log_dict[epoch]['mode'][-1] == 'val':
0 commit comments