Skip to content

pranavgupta2603/CLIP-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Unofficial Implementation of CLIP: Learning Transferable Visual Models From Natural Language Supervision paper

The clip train.pynb file contains the code to train a simple CLIP model for zero-shot recognition.

I used this Github Repo - [https://github.com/moein-shariatnia/OpenAI-CLIP] - as reference to understand its implementation from scratch in Pytorch.