Update train.py

remove args.headless = False
This commit is contained in:
Guanda Li 2024-07-20 23:53:12 +09:00 committed by GitHub
parent feb9ef7cc8
commit 0e653cf695
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,5 +17,4 @@ def train(args):
if __name__ == '__main__':
args = get_args()
args.headless = False
train(args)