Skip to content

配置文件缺少global属性 #192

Open
@Jiehon

Description

跑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,这个配置文件是不是需要更新一下

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions