You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed ODL correctly according to the commands :
'$ conda install -c odlgroup odl matplotlib pytest scikit-image spyder’,
but when I run these program, I have this error message:
space = odl.uniform_discr([-1, -1], [1, 1], [100, 100])
AttributeError: module 'odl' has no attribute 'uniform_discr'.
I'm sure that I have install discr. How can I solve it?
I run these codes in pycharm.
This is the specific information of some packages I installed.
python 3.6.13
odl 0.7.0
numpy 1.19.5
By the way, the URL https://github.com/adler-j/odl/archive/tensorflow_support.zip is no longer accessible.
The text was updated successfully, but these errors were encountered:
Hi, I am learning your paper and code.
I installed ODL correctly according to the commands :
'$ conda install -c odlgroup odl matplotlib pytest scikit-image spyder’,
but when I run these program, I have this error message:
space = odl.uniform_discr([-1, -1], [1, 1], [100, 100])
AttributeError: module 'odl' has no attribute 'uniform_discr'.
I'm sure that I have install discr. How can I solve it?
I run these codes in pycharm.
This is the specific information of some packages I installed.
python 3.6.13
odl 0.7.0
numpy 1.19.5
By the way, the URL https://github.com/adler-j/odl/archive/tensorflow_support.zip is no longer accessible.
The text was updated successfully, but these errors were encountered: