You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to have more examples for fine-tuning in the library!
Similar to current examples for binary-segmentaion and multi-label segmentation would be great to have Multi-GPU training example. This can be handled with PyTorch-Lightning or with pure Pytorch.
It might be a .py script or Jupyter notebook. The example should showcase how to
fine-tune a model with pytorch-lightning (or any other fine-tuning framework, even a plain pytorch)
compute metrics with correct gathering of results (maybe torchmetrics can be utilized)
visualize results
In case anyone wants to work on this you are welcome! Just notify in this issue, and then ping me to review a PR when it's ready.
It would be great to have more examples for fine-tuning in the library!
Similar to current examples for binary-segmentaion and multi-label segmentation would be great to have Multi-GPU training example. This can be handled with PyTorch-Lightning or with pure Pytorch.
It might be a
.py
script or Jupyter notebook. The example should showcase how toIn case anyone wants to work on this you are welcome! Just notify in this issue, and then ping me to review a PR when it's ready.
Fixes:
The text was updated successfully, but these errors were encountered: