Skip to content

Commit 1a4da1f

Browse files
authored
Update README.md
1 parent adc83eb commit 1a4da1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Code release for **HAL: Improved Text-Image Matching by Mitigating Visual Semant
1111
```
1212

1313
Upgrade your text-image matching model with a few lines of code:
14-
```
14+
```python
1515
class ContrastiveLoss(nn.Module):
1616
...
1717
def forward(self, im, s, ...):

0 commit comments

Comments
 (0)