A Soft Introduction for PyTorch Lightning Medical Image (1)
The code will be released on GitHub soon, will also keep writing series posts under this topic.
PyTorch is the most popular deep learning framework at the moment (2020). PyTorch Lightning adds advanced features such as GPU or TPU training. Although both PyTorch and PyTorch Lightning are simple to use, things are really complicated once you decide to implement particular models such as the medical or cervical image model.
PyTorch Lightning Medical Image solves exactly this problem. Lightning Medical Image abstracts away the main details of the self-labeling, self-training while exposing the most useful API for customization.
Audience
Medical image AI researchers and developers.
However, the simple API gives professional production and newcomers access to the latest state of the art techniques developed by engineers, doctors, and researchers.
Outline
The open-source project has been used by a commercial product, which is deployed among many hospitals, serviced thousands of patients.