We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b500f commit a3aab38Copy full SHA for a3aab38
tools/get_flops.py
@@ -8,7 +8,8 @@
8
9
10
def parse_args():
11
- parser = argparse.ArgumentParser(description='Train a segmentor')
+ parser = argparse.ArgumentParser(
12
+ description='Get the FLOPs of a segmentor')
13
parser.add_argument('config', help='train config file path')
14
parser.add_argument(
15
'--shape',
0 commit comments