Releases: lucidrains/x-clip
Releases · lucidrains/x-clip
0.0.14
allow for freezing text encoder too
0.0.12
fix bug, cls token does not need pos emb
0.0.11
allow text transformer to be externally initialized
0.0.10
allow for using an external vision transformer
0.0.9
add option for SimCLR, from new SLIP paper
0.0.8
reserve a mask token at the very end of the token id range if MLM is …
0.0.7
add SimSiam and MLM SSL losses, from DeCLIP paper
0.0.6
add ability to freeze image transformer during training, as suggested…
0.0.5
allow for learned downsampling when projecting image embeddings to la…
0.0.4
bug