CLIP_on_Tesla_K20Xm/clip
or-toledano 3b473b0e68
Reduce half of similarity muls after encoding (#140)
(cAB)^T = c B^T A^T
Saves half of the similarity products in the CLIP model.py after the visual/text encoding stages
2021-08-29 05:15:03 -04:00
..
__init__.py Make the repo installable as a package (#26) 2021-01-30 03:05:01 +09:00
bpe_simple_vocab_16e6.txt.gz Make the repo installable as a package (#26) 2021-01-30 03:05:01 +09:00
clip.py Can specify root directory when loading model (#136) 2021-08-08 23:43:22 -07:00
model.py Reduce half of similarity muls after encoding (#140) 2021-08-29 05:15:03 -04:00
simple_tokenizer.py Make the repo installable as a package (#26) 2021-01-30 03:05:01 +09:00