Skip to content

Commit

Permalink
rm useless
Browse files Browse the repository at this point in the history
  • Loading branch information
OceanPang committed Dec 18, 2018
1 parent c6fde23 commit d6b3cbd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tools/train.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
from __future__ import division
import sys
sys.path.insert(0, '/mnt/lustre/pangjiangmiao/codebase/mmcv')
sys.path.insert(0, '/mnt/lustre/pangjiangmiao/codebase/mmdet')

import argparse
from mmcv import Config
Expand All @@ -17,7 +14,7 @@ def parse_args():
parser = argparse.ArgumentParser(description='Train a detector')
parser.add_argument('config', help='train config file path')
parser.add_argument('--work_dir', help='the dir to save logs and models')
parser.add_argument('--resume_from', help='the checkpoint to resume from')
parser.add_argument('--resume_from', help='the checkpoint file to resume from')
parser.add_argument(
'--validate',
action='store_true',
Expand Down

0 comments on commit d6b3cbd

Please sign in to comment.