Skip to content

Commit e5e3d54

Browse files
authored
Merge pull request #9 from BinaryOracle/master
updates
2 parents 8d6e42d + 21bbfb3 commit e5e3d54

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/MMLLM/庖丁解牛BLIP2.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,9 @@ class BertEmbeddings(nn.Module):
333333
embeddings = self.dropout(embeddings)
334334
return embeddings
335335
```
336+
下图展示了 Image-Text Matching 的完整计算流程,关于BertModel的代码解析部分,将会在下文进行详细讲解:
337+
338+
![庖丁解牛BLIP2](庖丁解牛BLIP2/9.png)
336339

337340

338341

src/MMLLM/庖丁解牛BLIP2/9.png

925 KB
Loading

0 commit comments

Comments
 (0)