Skip to content

Commit

Permalink
feature: lit text-image similarity loss
Browse files Browse the repository at this point in the history
  • Loading branch information
samedii committed Sep 25, 2022
1 parent 09005a5 commit 11f23a6
Show file tree
Hide file tree
Showing 4 changed files with 185 additions and 101 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ perceptor
.BLIP
.CLIP
.CLOOB
.LiT
.GlideCLIP
.OpenCLIP
.OWLViT
Expand Down
1 change: 1 addition & 0 deletions perceptor/losses/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from .blip import BLIP
from .clip import CLIP
from .cloob import CLOOB
from .lit import LiT
from .velocity_diffusion import VelocityDiffusion
from .lpips import LPIPS
from .super_resolution import SuperResolution, SuperResolutionDiscriminator
Expand Down
Loading

0 comments on commit 11f23a6

Please sign in to comment.