Lightning-Universe / lightning-Covid19

Classification for covid-19 chest X-ray images using Lightning
https://pytorchlightning.github.io/lightning-Covid19
MIT License
56 stars 18 forks source link

Rewrite training loop EfficientDet.Pytorch to PL #3

Closed oplatek closed 4 years ago

oplatek commented 4 years ago

See https://github.com/toandaominh1997/EfficientDet.Pytorch/blob/master/train.py

Priorities: 1 fast-dev-run https://pytorch-lightning.readthedocs.io/en/latest/debugging.html#fast-dev-run

  1. single node training command on one node .. .. N -1 distributed training
oplatek commented 4 years ago

@Borda let's closing this since now since there are no bounding boxes right now in the dataset.

Feel free to reopen when it becomes relevant.