orobix / retina-unet

Retina blood vessel segmentation with a convolutional neural network
1.26k stars 468 forks source link

Could not get the files after running training code #77

Open boba1234 opened 4 years ago

boba1234 commented 4 years ago

After running the code python run_training.py, i could not get the following files model architecture (json) picture of the model structure (png) a copy of the configuration file model weights at last epoch (HDF5) model weights at best epoch, i.e. minimum validation loss (HDF5) sample of the training patches and their corresponding ground truth (png)

Does anyone know the reason why?

boba1234 commented 4 years ago

It just stops at

  1. Run the training on GPU with nohup without running any epoches
tphankr commented 2 years ago

It just stops at

  1. Run the training on GPU with nohup without running any epoches

@boba1234 It means, we had like this, it is okies: image Thank you.

thetravelingtechdude commented 2 years ago

Has anybody found a fix for this issue?