CLIP_on_Tesla_K20Xm/clip
Matthew Franglen 73228e6c95 Compare version using integers
pytorch version 1.10 has been released and this causes the version check
to erroneously fail. This fixes that comparison.

>>> [1, 10, 0] < [1, 7, 1]
False
>>> ["1", "10", "0"] < ["1", "7", "1"]
True
2021-11-01 22:00:59 +00: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 Compare version using integers 2021-11-01 22:00:59 +00: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