Replies: 1 comment 2 replies
-
It's training from scratch |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all -
I am training open_clip on my custom datasets, following the [instructions here](but the training actually was conducted using GPU). After training for 30 epochs, the image_to_text_R@n and the text_to_image_R@n are pretty low. My question is: is the training.main() doing the training from scratch, or is it doing the training from a pre-trained weights?
How can I make training.main() to start training from a pre-trained weights, for example your huggingface checkpoints?
Beta Was this translation helpful? Give feedback.
All reactions