{% extends "layout.html" %} {% block body %} {{ super() }}
*This model is somewhat overfitted. It cannot generalize well to fundus images from other manufecturers/modalities. We are still working on this model.
Model Specifications
| Backbone model | mobilenet v2 pretrained on imagenet |
| Deep learning framework | keras. Backended by tensorflow-gpu 1.15.0 |
| Dataset | C1 - Fundus: 25000 ROP + 25000 Non-ROP. C2 - Not Fundus: 50000 (randomly picked from imagenet) |
| Training settings | 20% CV set. Unfreeze all layers. 8 epochs. |
| Accuracy | val_acc = 99.85% |
| Model architecture | model.json |
| Model size | 8.62MB (3 shards) |
| Inference Engine | TensorFlow.js 1.2.10 |