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

AttributeError: module 'odl' has no attribute 'uniform_discr'. #6

Open
Xyunxia opened this issue Mar 30, 2021 · 2 comments
Open

AttributeError: module 'odl' has no attribute 'uniform_discr'. #6

Xyunxia opened this issue Mar 30, 2021 · 2 comments

Comments

@Xyunxia
Copy link

Xyunxia commented Mar 30, 2021

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.

@adler-j
Copy link
Owner

adler-j commented Mar 30, 2021

Hello!

Sadly I don't have much time to maintain this library anymore, but I think LPD has somewhat more up to date instructions, see

https://github.com/adler-j/learned_primal_dual

@Xyunxia
Copy link
Author

Xyunxia commented Mar 31, 2021

Thanks a lot for your prompt reply.

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

2 participants