saifulislampharma / ratinopathy

Detecting Diabetic Ratinopathy from retinal images
6 stars 1 forks source link

Deep Learning based Early Detection and Grading of Diabetic Retinopathy Using Retinal Fundus Images #2

Open mrzhangzizhen123 opened 5 years ago

mrzhangzizhen123 commented 5 years ago

hi, @saifulislampharma i anm a students from China.Recently i read your article 'Deep Learning based Early Detection and Grading of Diabetic Retinopathy Using Retinal Fundus Images',Can you provide your source code?thanks.

lolongcovas commented 5 years ago

hi @saifulislampharma I checked your code and doenst look like the paper description. can u update or share the paper code?

mrzhangzizhen123 commented 5 years ago

@saifulislampharma def set_model_checkpoint():

return ModelCheckpoint(os.path.join(config.weight_path(),MODEL_GAP_ADAM_DA_ALL_WEIGHT), return ModelCheckpoint(os.path.join(config.weight_path(), MAIN_MODEL_WEIGHT),

        monitor = 'val_loss',
        verbose = 2,
        save_best_only = True,
        save_weights_only = True,
        mode = 'auto',
        period = 2)

There is a problem with this one in model.utils. Py, can you solve it?