We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When attempting to use the FlowEncoder class I ran into the following error:
FlowEncoder
AttributeError: module 'nflows' has no attribute 'nn'
I think this is due to a missing import in transforms.py. Appending
transforms.py
import nflows.nn.nets
seems to fix the issue for now.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When attempting to use the
FlowEncoder
class I ran into the following error:I think this is due to a missing import in
transforms.py
. Appendingseems to fix the issue for now.
The text was updated successfully, but these errors were encountered: