Skip to content

Commit bcdae77

Browse files
committed
updates
1 parent 61b3c02 commit bcdae77

20 files changed

+884
-2
lines changed
214 KB
Loading
9.22 KB
Loading

src/.vuepress/theme.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,13 @@ export default hopeTheme({
3131
description: "技术共建,知识共享",
3232
intro: "/intro.html",
3333
medias: {
34-
csdn: "https://blog.csdn.net/m0_53157173?type=blog",
34+
XiaoHongShu: "https://www.xiaohongshu.com/user/profile/67eb9f280000000004030302",
3535
GitHub: "https://github.com/BinaryOracle",
3636
Gmail: "mailto:[email protected]",
37+
// CSDN: {
38+
// icon: "/Users/zhandaohong/vuepress/src/assets/icon/csdn.svg",
39+
// link: "https://blog.csdn.net/m0_53157173",
40+
// },
3741
},
3842
},
3943

src/MMLLM/庖丁解牛VIT.md

Lines changed: 877 additions & 0 deletions
Large diffs are not rendered by default.
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

src/assets/cover/VIT.png

214 KB
Loading

src/assets/icon/csdn.svg

Lines changed: 1 addition & 0 deletions
Loading

src/download_images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from urllib.parse import urlparse
55

66
# MD文件路径
7-
md_file_path = '/Users/zhandaohong/vuepress/src/MMLLM/多模态模型CLIP原理与图片分类,文字搜索图像实战演练.md'
7+
md_file_path = '/Users/zhandaohong/vuepress/src/MMLLM/花卉图片分类实战 -- 基于预训练的 Vision Transformer 实现.md'
88

99
# 获取MD文件名并创建子目录
1010
md_file_name = os.path.splitext(os.path.basename(md_file_path))[0]

0 commit comments

Comments
 (0)