config update and change default debug mode

This commit is contained in:
erogol
2020-05-20 12:30:06 +02:00
parent 1835628335
commit ca359727bc
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -619,7 +619,7 @@ if __name__ == '__main__':
)
parser.add_argument('--debug',
type=bool,
default=True,
default=False,
help='Do not verify commit integrity to run training.')
# DISTRUBUTED