Skip to content

Commit

Permalink
Update train.py (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
OmidSa75 authored Mar 1, 2021
1 parent bc83cbf commit 49f9108
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mmtrack/apis/train.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import torch
from mmcv.parallel import MMDataParallel, MMDistributedDataParallel
from mmcv.runner import (HOOKS, DistSamplerSeedHook, EpochBasedRunner,
OptimizerHook, build_optimizer)
OptimizerHook, build_optimizer, Fp16OptimizerHook)
from mmcv.utils import build_from_cfg
from mmdet.core import Fp16OptimizerHook
from mmdet.datasets import build_dataset

from mmtrack.core import DistEvalHook, EvalHook
Expand Down

0 comments on commit 49f9108

Please sign in to comment.