"scripts/git@developer.sourcefind.cn:change/sglang.git" did not exist on "d22d0447345422f85d4bb53b175a8eb77a019709"
Commit d6b3cbd5 authored by pangjm's avatar pangjm
Browse files

rm useless

parent c6fde230
from __future__ import division 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 import argparse
from mmcv import Config from mmcv import Config
...@@ -17,7 +14,7 @@ def parse_args(): ...@@ -17,7 +14,7 @@ def parse_args():
parser = argparse.ArgumentParser(description='Train a detector') parser = argparse.ArgumentParser(description='Train a detector')
parser.add_argument('config', help='train config file path') 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('--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( parser.add_argument(
'--validate', '--validate',
action='store_true', action='store_true',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment