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
Hi, I am on Google Colab and
! pip install git+https://github.com/deepmind/distrax.git from distrax import ScalarAffine, Tanh, DiagLinear, Shift
I get this error
ImportError: cannot import name 'DiagLinear' from 'distrax' (/usr/local/lib/python3.7/dist-packages/distrax/__init__.py)
But also strange
from distrax._src.bijectors.diag_linear import DiagLinear from distrax._src.bijectors.linear import Linear
The first import is ok, but the second complains
ModuleNotFoundError: No module named 'distrax._src.bijectors.linear'
something wrong in my install??? I check that the version is (0.1.2)
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I am on Google Colab and
I get this error
But also strange
The first import is ok, but the second complains
something wrong in my install??? I check that the version is (0.1.2)
Thanks
The text was updated successfully, but these errors were encountered: