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
跑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'
跑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,这个配置文件是不是需要更新一下
The text was updated successfully, but these errors were encountered: