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

Cannot import split module #10

Closed
Rajratnpranesh opened this issue Jul 22, 2020 · 2 comments
Closed

Cannot import split module #10

Rajratnpranesh opened this issue Jul 22, 2020 · 2 comments
Assignees
Labels
bug Something isn't working question Further information is requested

Comments

@Rajratnpranesh
Copy link

Hey guys,
Great work. I am trying to reproduce the results from your paper.
Here is the error I am getting


2020-07-22 15:59:09.423261: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcudart.so.10.1
Traceback (most recent call last):
  File "scripts/run_preprocessing.py", line 25, in <module>
    from miscnn.evaluation.cross_validation import split_folds
ImportError: cannot import name 'split_folds

Please have a look and suggest any fix

Thanks

@muellerdo muellerdo self-assigned this Jul 23, 2020
@muellerdo muellerdo added question Further information is requested bug Something isn't working labels Jul 23, 2020
@muellerdo
Copy link
Member

muellerdo commented Jul 23, 2020

Hey @Rajratnpranesh,

you are right. The required MIScnn version in the requirements.txt is 0.33 but it should be 0.34.
I updated the requirements.txt. If you run pip3 install -r requirements.txt again, it should work, now.

I will try to fully reproduce it, as well, in a new docker container at the end of this week in order to ensure full reproducibility.

Thank you for pointing this out!

Cheers,
Dominik

@Rajratnpranesh
Copy link
Author

Rajratnpranesh commented Jul 23, 2020

Hey Muellerdo,

Thank you so much for your kind help.
That's great I will try to reproduce the results.
I will close the issue for now.

Have a great day!!!!

Cheers
Raj

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants