Compare commits

...

2 Commits

Author SHA1 Message Date
9ecc9a7501 vault backup: 2024-04-26 10:23:36 2024-04-26 10:23:37 +08:00
f585586a9b vault backup: 2024-04-26 10:22:16 2024-04-26 10:22:16 +08:00
2 changed files with 28 additions and 38 deletions

View File

@@ -4,11 +4,11 @@
"type": "split", "type": "split",
"children": [ "children": [
{ {
"id": "51fae4b613ef49a5", "id": "1a8a1bc6981e13ee",
"type": "tabs", "type": "tabs",
"children": [ "children": [
{ {
"id": "58e6699d854e8535", "id": "e144afbc26630891",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "markdown", "type": "markdown",
@@ -77,7 +77,8 @@
} }
], ],
"direction": "horizontal", "direction": "horizontal",
"width": 315.5 "width": 315.5,
"collapsed": true
}, },
"right": { "right": {
"id": "c501495747cfa761", "id": "c501495747cfa761",
@@ -144,17 +145,8 @@
"type": "advanced-tables-toolbar", "type": "advanced-tables-toolbar",
"state": {} "state": {}
} }
},
{
"id": "c5182e293f3cb5ca",
"type": "leaf",
"state": {
"type": "quiet-outline",
"state": {}
}
} }
], ]
"currentTab": 4
} }
], ],
"direction": "horizontal", "direction": "horizontal",
@@ -163,46 +155,43 @@
}, },
"left-ribbon": { "left-ribbon": {
"hiddenItems": { "hiddenItems": {
"switcher:Open quick switcher": false, "switcher:打开快速切换": false,
"graph:Open graph view": false, "graph:查看关系图谱": false,
"templates:Insert template": false, "templates:插入模板": false,
"command-palette:Open command palette": false, "command-palette:打开命令面板": false,
"oz-clear-unused-images:Clear Unused Images": false, "oz-clear-unused-images:Clear Unused Images": false,
"table-editor-obsidian:Advanced Tables Toolbar": false, "table-editor-obsidian:Advanced Tables Toolbar": false,
"notion-like-tables:Create loom": false, "obsidian-excalidraw-plugin:新建绘图文件": false,
"obsidian-excalidraw-plugin:Create new drawing": false "notion-like-tables:Create loom": false
} }
}, },
"active": "58e6699d854e8535", "active": "e144afbc26630891",
"lastOpenFiles": [ "lastOpenFiles": [
"Excalidraw/Drawing 2024-04-25 22.51.48.excalidraw.md", "conflict-files-obsidian-git.md",
"Paper/Diffusion/Imagic.md", "Paper/Diffusion/Imagic.md",
"Excalidraw",
"Paper/Diffusion/assets/Imagic/img-240425225015478.png", "Paper/Diffusion/assets/Imagic/img-240425225015478.png",
"Paper/Diffusion/assets/Imagic", "Paper/Diffusion/assets/Imagic",
"Paper/Diffusion/assets", "Paper/Diffusion/assets",
"Books/动手学深度学习/基础概念.md",
"Books/动手学深度学习/引言.md",
"Study/DL/动手学深度学习/预备知识.md",
"Books/代码随想录/数组.md",
"Books/代码随想录",
"Books/Untitled.md",
"Paper/Diffusion/Diffusion Models A Comprehensive Survey of Methods and Applications.md", "Paper/Diffusion/Diffusion Models A Comprehensive Survey of Methods and Applications.md",
"Study/DL/动手学深度学习",
"Paper/Untitled.md",
"Paper/Diffusion",
"Study/乐理",
"Paper/CLIP/Open-Vocabulary Semantic Segmentation.md", "Paper/CLIP/Open-Vocabulary Semantic Segmentation.md",
"Paper/CLIP/Learning Transferable Visual Models From Natural Language Supervision.md", "Paper/CLIP/Learning Transferable Visual Models From Natural Language Supervision.md",
"Paper/Diffusion",
"Paper/CLIP", "Paper/CLIP",
"Paper/Open-Vocabulary Semantic Segmentation.md",
"liangOpenVocabularySemanticSegmentation2023.md",
"Paper/未命名.md",
"Books/HDLBits/Verilog.md",
"Paper", "Paper",
"Books/代码随想录/数组.md",
"Books/代码随想录",
"Paper/Open-Vocabulary Semantic Segmentation.md",
"Books/动手学深度学习/引言.md",
"Paper/未命名.md",
"Study/乐理",
"Books/动手学深度学习/基础概念.md",
"liangOpenVocabularySemanticSegmentation2023.md",
"Books/HDLBits/Verilog.md",
"Record/Linux/常用软件.md", "Record/Linux/常用软件.md",
"Record/Linux", "Record/Linux",
"Record",
"Books/编译原理/Overview.md", "Books/编译原理/Overview.md",
"Books/HDLBits",
"Study/DL/吴恩达深度学习课程/Lesson 1.md", "Study/DL/吴恩达深度学习课程/Lesson 1.md",
"Books/未命名.md", "Books/未命名.md",
"Study/DL/吴恩达深度学习课程/Other.md", "Study/DL/吴恩达深度学习课程/Other.md",
@@ -211,6 +200,7 @@
"Books/从零开始深入学习Spring/IoC.md", "Books/从零开始深入学习Spring/IoC.md",
"Books/Vim实用技巧/一、入门导读.md", "Books/Vim实用技巧/一、入门导读.md",
"Temp/Interview.md", "Temp/Interview.md",
"Books/代码随想录/代码随想录.md" "Books/代码随想录/代码随想录.md",
"Books/代码随想录/().md"
] ]
} }

View File

@@ -11,4 +11,4 @@
1. 通过文本编码器获得$e_{tgt}$,其中$e_{tgt} \in R^{T * d}$。 1. 通过文本编码器获得$e_{tgt}$,其中$e_{tgt} \in R^{T * d}$。
2. 冻结Diffusion模型参数对$e$进行优化。 2. 冻结Diffusion模型参数对$e$进行优化。
2. Diffusion Model fine-tuning 2. Diffusion Model fine-tuning
3. Linear interpolation 3. Linear interpolation