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 959dbfd commit df5f3a6Copy full SHA for df5f3a6
source/train/main.py
@@ -71,6 +71,6 @@ def main () :
71
elif args.command == 'test' :
72
test(args)
73
elif args.command == 'transform' :
74
- transform(args)
+ transform(args)
75
else :
76
raise RuntimeError('unknown command ' + args.command)
0 commit comments