elcronos / COVID-19

COVID-19 Detector from x-rays using Computer Vision and Deep Learning
314 stars 68 forks source link

Get Pytorch models ready for production #29

Open elcronos opened 4 years ago

elcronos commented 4 years ago

We want to use Pytorch models as lambda functions using AWS.

However, we need to reduce the size of the model. One way of doing that is using caffe and ONIX.

TO-DO: