retina-unet
retina-unet copied to clipboard
Could not get the files after running training code
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?
It just stops at 2. Run the training on GPU with nohup without running any epoches
It just stops at 2. Run the training on GPU with nohup without running any epoches
@boba1234
It means, we had like this, it is okies:
Thank you.
Has anybody found a fix for this issue?