Matteo Contini
Matteo Contini
@valaofficial I have the same error, any news?
Hi @pie3636 and @sgugger , Thanks for this PR ! I would like to use the ReduceLROnPlateau scheduler but I don't understand which parameters (patience; factor; cooldown) it has by...
Ok, thank you very much @pie3636 for the clarification. If anyone read this post and is interested in how to pass a custom reducelronplateau scheduler to the Trainer, here is...
> In case it's helpful (as I came across your issue whilst trying to debug something myself), I was getting similarly poor performance fine-tuning DINOv2 with the HuggingFace trainer defaults...
> I've used only the `facebook/dinov2` ones for HuggingFace transformers (specifically [facebook/dinov2-small-imagenet1k-1-layer](https://huggingface.co/facebook/dinov2-small-imagenet1k-1-layer) and [facebook/dinov2-base-imagenet1k-1-layer](https://huggingface.co/facebook/dinov2-base-imagenet1k-1-layer)). I've not used the `timm` ones (or the ones downloadable from the repo/torch hub). Thank you...