Skip to content

Commit cb751ac

Browse files
committed
fix fp16 training
1 parent 9792c54 commit cb751ac

File tree

3 files changed

+298
-299
lines changed

3 files changed

+298
-299
lines changed

tools/main.py

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import os.path as osp
33
import sys
44
import time
5-
from torch._C import device
65

76
from torch.utils.tensorboard import SummaryWriter
87
import torch

0 commit comments

Comments
 (0)