Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 884 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 884 Bytes

PPCA

Supporting code for our papers:

Files:

  • PPCA.ipynb trains and evaluates the PPCA model on the CLIP features. Also generates the CLIP features and the PPCA model data.
  • A PPCA model file for ILSVRC2016 can be downloaded from: https://ani.stat.fsu.edu/~abarbu/pca640_288_Imagenet.pth
  • HPPCA.ipynb trains and evaluates the Hierarchical PPCA model on the CLIP features.
  • FC.ipynb trains and evaluates a fully connected layer (linear projection head) on the CLIP features