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

Import in transforms.py #2

Open
simonbing opened this issue Jun 6, 2023 · 0 comments
Open

Import in transforms.py #2

simonbing opened this issue Jun 6, 2023 · 0 comments

Comments

@simonbing
Copy link

When attempting to use the FlowEncoder class I ran into the following error:

AttributeError: module 'nflows' has no attribute 'nn'

I think this is due to a missing import in transforms.py. Appending

import nflows.nn.nets

seems to fix the issue for now.

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