Pantelis Mentesidis
Pantelis Mentesidis
### 🚀 Feature Request Hello, i need to freeze specific layers (backbone) and train other layers for fine tuning. It is possible now? or it is a feature that we...
I encountered inconsistencies in image dimensions when using the PIL library, likely due to differences in image formats (e.g., JPG vs. PNG). Some images and labels were read as width,...
This PR fixes a bug in RandomExpand.__call__ where the probability check was inverted. According to the docstring, prob is the probability to expand, but the previous implementation expanded with probability...