pytorch-toolbelt icon indicating copy to clipboard operation
pytorch-toolbelt copied to clipboard

PyTorch extensions for fast R&D prototyping and Kaggle farming

Results 9 pytorch-toolbelt issues
Sort by recently updated
recently updated
newest added

Thank you very much for making such a good library. It would be nice to have a more detailed document, for example, https://smp.readthedocs.io/en/latest/

enhancement
Looking for contributors

Hey Eugene, First of all, thank you for this very useful package. I'm transferring my environment from TF to Pytorch now and having your advanced losses is very helpful. However,...

## 🐛 Bug I noticed that when I compute the dice loss on an entire batch the loss is smaller than computing it singularly for each sample and then averaging...

AttributeError: module 'pytorch_toolbelt.losses' has no attribute 'JointLoss'

## 🐛 Question about tiled inference Hello, thank you for your excellent work. I understand the advantage of tiled inference, but the way we use it confuses me. For each...

Hi, it was mentioned that we can get list of tensors, from fine (high-resolution, indexed 0) to coarse (low-resolution) feature maps. do you have example on how to do that?...

Added loss function for binary image segmentation with the Matthews Correlation Coefficient (MCC). Based on [the reference implementation](https://github.com/kakumarabhishek/MCC-Loss) and [the paper](https://doi.org/10.1109/ISBI48211.2021.9433782).