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
when I ran python main.py --config config/config.yaml
Traceback (most recent call last):
File "main.py", line 36, in <module>
main()
File "main.py", line 22, in main
config = FlyConfig.load()
File "/home/hx/github项目/TorchFly/torchfly/flyconfig/flyconfig.py", line 189, in load
config.runtime.owd = os.getcwd()
AttributeError: 'NoneType' object has no attribute 'owd'
The text was updated successfully, but these errors were encountered:
when I ran
python main.py --config config/config.yaml
The text was updated successfully, but these errors were encountered: