qc17-THU / DL-SR

Tensorflow/keras implementation for image transformation from low-resolution (LR) image to super-resolved one, including single wide-field (WF) image super-resolution prediction and SIM reconstruction.
MIT License
98 stars 28 forks source link

Model weight not saving #4

Closed mahirahzaini closed 2 years ago

mahirahzaini commented 3 years ago

I'm having trouble with model weight and best did not get save after training. Do you know what is causing this?

qc17-THU commented 3 years ago

Maybe you could using Debug mode of your python IDE (e.g. PyCharm) and check that whether the model is validated correctly after several training iterations.