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
The contradictory required version of numpy & miscnn, numpy & tensorflow made it impossible to run the code. Furthermore, NIFTI_interface is not defined. I managed to get into the source code but can't debug it due to lack of software coding knowledge.
The text was updated successfully, but these errors were encountered:
could you elaborate a little bit what exactly is not working.
The current version of this repository should be fully reproducible with the provided MIScnn & Tensorflow version defined in requirements.txt as well as the training/inference with any newer version of MIScnn & Tensorflow.
MIScnn or Tensorflow should also be able to run with any newer NumPy version.
The NIfTI Interface is provided in the MIScnn package.
I highly suspect that your installation process of MIScnn, Tensorflow or NumPy was not correctly performed.
Please validate your installation and elaborate a bit more on the issues on your side for more efficient support.
thanks for pointing this out. I incremented the Tensorflow version to avoid dependency conflicts.
But you should be able to use any tensorflow version over 2.1 to get it running.
The contradictory required version of numpy & miscnn, numpy & tensorflow made it impossible to run the code. Furthermore, NIFTI_interface is not defined. I managed to get into the source code but can't debug it due to lack of software coding knowledge.
The text was updated successfully, but these errors were encountered: