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

Node missing from meta during plugin execution #268

Open
brollb opened this issue Jan 31, 2022 · 3 comments
Open

Node missing from meta during plugin execution #268

brollb opened this issue Jan 31, 2022 · 3 comments

Comments

@brollb
Copy link
Collaborator

brollb commented Jan 31, 2022

A node seems to be missing from the metamodel of one of the libraries during plugin execution.

The Dropout node seems to not be found during this code:

const meta = await core.getAllMetaNodes(rootNode);
return Object.values(meta)
    .find(child => core.getAttribute(child, 'name') === this.value);

This can be confirmed using the debugger:
DeepinScreenshot_select-area_20220131151732

However, the node shows up in the metamodel:
DeepinScreenshot_select-area_20220121093837

@hneema08

@brollb
Copy link
Collaborator Author

brollb commented Jan 31, 2022

I also confirmed that Dropout is a member of the MetaAspectSet for the library root (keras):
DeepinScreenshot_select-area_20220131154240

@kecso - Any other thoughts about why this might be happening?

@brollb
Copy link
Collaborator Author

brollb commented Feb 7, 2022

The missing node is not in the root's MetaAspectSet (though 125 of the meta nodes from that library are):
DeepinScreenshot_select-area_20220207111052

@brollb
Copy link
Collaborator Author

brollb commented Feb 7, 2022

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

1 participant