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
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
The text was updated successfully, but these errors were encountered:
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.
Hey guys,
Great work. I am trying to reproduce the results from your paper.
Here is the error I am getting
Please have a look and suggest any fix
Thanks
The text was updated successfully, but these errors were encountered: