We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bfbe79 commit 69f35e6Copy full SHA for 69f35e6
vision/cnns/pytorch/train/train.py
@@ -10,6 +10,7 @@
10
import horovod.torch as hvd
11
import numpy as np
12
13
+from datetime import datetime
14
from poptorch.optim import SGD, RMSprop, AdamW
15
from lr_schedule import WarmUpLRDecorator, PeriodicLRDecorator
16
from torch.optim.lr_scheduler import MultiStepLR, CosineAnnealingLR, ExponentialLR
0 commit comments