orobix / retina-unet

Retina blood vessel segmentation with a convolutional neural network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not get the files after running training code

boba1234 opened this issue · comments

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:
image
Thank you.

Has anybody found a fix for this issue?