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?
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?