This commit is contained in:
Glenn Jocher 2020-02-22 21:24:56 -08:00
parent b052085cc4
commit 2624d55623
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ def train():
# for _ in range(epochs):
# scheduler.step()
# y.append(optimizer.param_groups[0]['lr'])
# plt.plot(y, label='LambdaLR')
# plt.plot(y, '.-', label='LambdaLR')
# plt.xlabel('epoch')
# plt.ylabel('LR')
# plt.tight_layout()