updates
This commit is contained in:
parent
b052085cc4
commit
2624d55623
2
train.py
2
train.py
|
@ -147,7 +147,7 @@ def train():
|
||||||
# for _ in range(epochs):
|
# for _ in range(epochs):
|
||||||
# scheduler.step()
|
# scheduler.step()
|
||||||
# y.append(optimizer.param_groups[0]['lr'])
|
# y.append(optimizer.param_groups[0]['lr'])
|
||||||
# plt.plot(y, label='LambdaLR')
|
# plt.plot(y, '.-', label='LambdaLR')
|
||||||
# plt.xlabel('epoch')
|
# plt.xlabel('epoch')
|
||||||
# plt.ylabel('LR')
|
# plt.ylabel('LR')
|
||||||
# plt.tight_layout()
|
# plt.tight_layout()
|
||||||
|
|
Loading…
Reference in New Issue