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

Training warning make me worry! #1819

Closed
2050airobert opened this issue Nov 18, 2022 · 3 comments
Closed

Training warning make me worry! #1819

2050airobert opened this issue Nov 18, 2022 · 3 comments
Assignees
Labels
info/1.x Issue/PR related to branch 1.x

Comments

@2050airobert
Copy link

2050airobert commented Nov 18, 2022

Hi,

11/18 16:27:18 - mmengine - WARNING - Failed to search registry with scope "mmpose" in the "parameter scheduler" registry tree. As a workaround, the current "parameter scheduler" registry in "mmengine" is used to build instance. This may cause unexpected failure when running the built modules. Please check whether "mmpose" is a correct scope, or whether the registry is initialized.

BR

@Ben-Louis
Copy link
Collaborator

This warning is probably because that MMPose uses the default data samplers and optimizer wrapper constructors provided by MMEngine for now, and doesn't define these registries under the scope mmpose. You can safely ignore these warnings. We will optimize the warning trigger condition.

Please refer to #1699.

@ly015 ly015 added the info/1.x Issue/PR related to branch 1.x label Nov 21, 2022
@ly015
Copy link
Member

ly015 commented Dec 1, 2022

We will close this issue for now and please feel free to re-open it if there are further questions.

@ly015
Copy link
Member

ly015 commented Dec 2, 2022

Update: the warning turned out to be triggered by some missing registries in MMPose (the default registry in MMEngine will be used instead with the warning raised). It has been fixed in #1849

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info/1.x Issue/PR related to branch 1.x
Projects
None yet
Development

No branches or pull requests

4 participants