You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to test your code, but I got an error like:
Traceback (most recent call last):
File "C:\Users\admin\PreNAS\supernet_train.py", line 463, in <module>
main(args)
File "C:\Users\admin\PreNAS\supernet_train.py", line 404, in main
train_stats = train_one_epoch(
File "C:\Users\admin\PreNAS\supernet_engine.py", line 187, in train_one_epoch
print("DEBUG:train {}".format(config), force=print2file)
TypeError: 'force' is an invalid keyword argument for print()
Could you give me an idea for resolving this error?
The text was updated successfully, but these errors were encountered:
Thanks for sharing your code!
I'm trying to test your code, but I got an error like:
Could you give me an idea for resolving this error?
The text was updated successfully, but these errors were encountered: