Hanson0910 / Pytorch-RIADD

1st solution for Retinal Image Analysis for multi-Disease Detection Challenge(RIADD (ISBI-2021))
Apache License 2.0
25 stars 4 forks source link

Code for RIADD (ISBI-2021)

image This is the source code for my solution to the RIADD (ISBI-2021) hosted by Grand Challenge

Requirement

Update Log

TODO

Dataset

https://www.kaggle.com/sssdey1702/riadd-rfmid

Model Weights

https://www.kaggle.com/hanson0910/tf-efficientnet-b5-ns960

Train Model with DDP

CUDA_VISIBLE_DEVICES=0,1 python -m torch.distributed.launch --nproc_per_node=2 train_riadd_eb6_ddp.py

Train Model without DDP

python train_riadd_eb6.py

Create submission

python subnmit_riadd.py

References

Appreciate the great work from the following repositories: