Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'NoneType' object has no attribute 'owd' #5

Open
xiang-xiang-zhu opened this issue Nov 19, 2022 · 0 comments
Open

AttributeError: 'NoneType' object has no attribute 'owd' #5

xiang-xiang-zhu opened this issue Nov 19, 2022 · 0 comments

Comments

@xiang-xiang-zhu
Copy link

xiang-xiang-zhu commented Nov 19, 2022

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant