Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.26 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.26 KB

generate-some-vit-viz

CLIP-ViT-Visualization

Standing on the shoulders of giants:

Info

  • Check / install requirements.txt
  • Check the comments in "run_visualization.py" -> Easy lightweight configuration
  • Configure: model, optimizer, single-feature vs. multi-feature/layer, intermediate steps, ...
  • From the console, use "python run_visualization.py"
  • Saves output in neatly organized and named way (subfolders)
  • 29-AUG-204: Added script for deterministic results.

Warning about CLIP feature visualizations

  • CLIP has been trained on "pretty much the entire internet".
  • One neuron gets you a cat, a rose; another may encode explicit / sensitive / offensive / violent content.
  • Use responsibly / at your own discretion.
  • For more information, refer to the CLIP Model Card.