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

uapi.base.model.AuthenticationFailedError #1964

Open
robertoding opened this issue Sep 2, 2024 · 1 comment
Open

uapi.base.model.AuthenticationFailedError #1964

robertoding opened this issue Sep 2, 2024 · 1 comment
Assignees

Comments

@robertoding
Copy link

windows 11客户端PaddleX-2.2.1.506.exe内开启训练正常.
image

如果按log显示,直接在windows终端中执行命令H:\PaddleX\resources\codelab\python.exe "H:\workspace\1779\1\run_paddlex.py" --exec_train,则出现下面的错误:
H:\workspace\1779\1>H:\PaddleX\resources\codelab\python.exe "H:\workspace\1779\1\run_paddlex.py" --exec_train
Traceback (most recent call last):
File "H:\workspace\1779\1\run_paddlex.py", line 51, in
runner = RunPaddleXDet()
File "H:\workspace\1779\1\run_paddlex.py", line 22, in init
super().init()
File "H:\workspace\1779\1\base\base_run_paddlex.py", line 61, in init
self.uapi_model = PaddleModel(config=self.uapi_config)
File "uapi\base\model.py", line 56, in uapi.base.model._create_model
File "uapi\base\register.py", line 94, in uapi.base.register.build_model_from_model_info
File "uapi\base\model.py", line 85, in uapi.base.model.BaseModel.init
File "uapi\base\model.py", line 672, in uapi.base.model._authenticate_paddlex
uapi.base.model.AuthenticationFailedError

@TingquanGao TingquanGao self-assigned this Sep 3, 2024
@TingquanGao
Copy link
Collaborator

终端命令行使用的话,建议用最新的paddlex release/3.0-beta

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