Closed
Description
Is your feature request related to a problem? Please describe.
As offline discussed with the code author, plan to reimplement the solution of 4th place in RANZCR kaggle challenge with MONAI components and workflows:
https://www.kaggle.com/c/ranzcr-clip-catheter-line-classification/discussion/229706
- Reproduce the existing pipeline with original code.
- Implement the unsupported transforms and replace all transforms with MONAI transforms.
- Replace network, loss, optimizer, etc. with MONAI components.
- Rewrite the training flow with MONAI workflows.