Files
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
..
2021-11-01 22:00:59 +00:00