CLIP
CLIP copied to clipboard
How to train CLIP from scratch?
Hi, Thanks for the great work. Due to the needs of specific tasks, i want to train CLIP from scratch without using BPE coding and the length limit of 77, how should i do? about length_limit, it seems that is ok not to use simple_tokenizer.py, so the mainly problem is how to train CLIP from scratch? Very thanks.
It seems that OpenAi doesn't provide a code that can train CLIP from scratch. You could refer to the codebase.https://github.com/mlfoundations/open_clip Hope that is helpful for you.