Skip to content

Commit

Permalink
Fix the get_git_hash function importing (open-mmlab#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaochaorui authored Sep 22, 2020
1 parent 5444189 commit aeaa31d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
import mmcv
import torch
from mmcv import Config
from mmcv.runner import get_git_hash, init_dist, set_random_seed
from mmcv.runner import init_dist, set_random_seed
from mmcv.utils import get_git_hash

from mmaction import __version__
from mmaction.apis import train_model
Expand Down

0 comments on commit aeaa31d

Please sign in to comment.