MIScnn icon indicating copy to clipboard operation
MIScnn copied to clipboard

Kits-19.ipynb

Open sreeharih opened this issue 3 years ago • 5 comments
trafficstars

Hi, When I am executing the crossvalidation function it is showing the following error. Temporary files are created in the batches directory.

Error_file.txt

sreeharih avatar Mar 09 '22 09:03 sreeharih

Short summary from e-mail traffic:

  • Working on Google Colab
  • No GPU usage during application -> runs on CPU
  • Seems like that temporary files are successfully created
  • Running for 17 hours without any progress
  • Google Colab switched to Tensorflow 2.8 recently
  • MIScnn standard pypi install has 2.7 TF

I would assume that the installed Tensorflow version isn't compatible to the Google Colab CUDA version?

Last mail:

I have installed miscnn from the dev branch and changed the tensorflow version to 2.7 but now I am getting the following error.

Try not changing the Tensorflow version in the Colab (so it's compatible with CUDA) and install MIScnn via dev branch.

pip install git+https://github.com/frankkramer-lab/MIScnn.git@development

The dev branch is more "dynamic" to differences in module versions.

Cheers, Dominik

muellerdo avatar Mar 09 '22 10:03 muellerdo

Hi, Thanks for the solution the training had started. Now a new problem cropped up I had given k_fold=2, epochs=20, iterations=150, it had completed fold_0 but it didn't start the next fold.It's running for around 16 hours.

Output.txt image

sreeharih avatar Mar 10 '22 04:03 sreeharih

Instead of cross_validation () this time I had used model.train() for 20 epochs it's running for 23 hours without any progress.

sreeharih avatar Mar 11 '22 04:03 sreeharih

Hello @sreeharih,

any updates on this issue?

I was not able to reproduce this bug of the KiTS19 notebook on a google colab with our dev branch.

Please provide more information on this issue. Is the prepare_subfunction completed and do you have all training samples in your batch directory? Please send a public google colab link for bug reproducibility.

Are you using a free colab account? The KiTS19 is around 200GB and with prepare_subfunction on true, a full copy of the dataset is created. I don't know if Google Colab provide such large disk space for free.

muellerdo avatar Mar 30 '22 09:03 muellerdo

Hi Dominik Sorry for the late reply.The problem with the code is still persisting. I am actually using google colab pro version.The prepare_subfunction is completed and all the training samples are created in the batches directory.I tried training the model but it didn't happen .If possible can you please share with me the pretrained model.It will be very helpful for my project work:).

On Wed, Mar 30, 2022 at 2:54 PM Dominik Müller @.***> wrote:

Hello @sreeharih https://github.com/sreeharih,

any updates on this issue?

I was not able to reproduce this bug of the KiTS19 notebook on a google colab with our dev branch.

Please provide more information on this issue. Is the prepare_subfunction completed and do you have all training samples in your batch directory? Please send a public google colab link for bug reproducibility.

Are you using a free colab account? The KiTS19 is around 200GB and with prepare_subfunction on true, a full copy of the dataset is created. I don't know if Google Colab provide such large disk space for free.

— Reply to this email directly, view it on GitHub https://github.com/frankkramer-lab/MIScnn/issues/129#issuecomment-1082834509, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQGRF25RQPQJKH7AXXGBAJDVCQMS7ANCNFSM5QI4LNTQ . You are receiving this because you were mentioned.Message ID: @.***>

sreeharih avatar Apr 10 '22 07:04 sreeharih