bug fix argparser

This commit is contained in:
Eren Golge
2019-10-31 15:13:39 +01:00
parent 9b6021318d
commit ec579d02a1
3 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -649,7 +649,7 @@ if __name__ == '__main__':
type=str,
help='Training output folder to continue training. Use to continue a training. If it is used, "config_path" is ignored.',
default='',
required=True)
required='--config_path' not in sys.argv)
parser.add_argument(
'--restore_path',
type=str,