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

配置文件缺少global属性 #192

Open
Jiehon opened this issue Aug 27, 2024 · 0 comments
Open

配置文件缺少global属性 #192

Jiehon opened this issue Aug 27, 2024 · 0 comments
Assignees

Comments

@Jiehon
Copy link

Jiehon commented Aug 27, 2024

跑byol模型训练,暴露了以下问题:
Traceback (most recent call last):
File "tools/train.py", line 36, in
main()
File "tools/train.py", line 31, in main
engine = Engine(config, mode="train")
File "/paddle/PASSL/PASSL/passl/engine/engine.py", line 51, in init
self.task_type = self.config["Global"].get("task_type",
KeyError: 'Global'

这里面看配置文件缺少global属性,用的paddle版本是2.5.2,这个配置文件是不是需要更新一下

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

2 participants