Compare commits
2 Commits
50b99a8d39
...
9ecc9a7501
| Author | SHA1 | Date | |
|---|---|---|---|
| 9ecc9a7501 | |||
| f585586a9b |
64
.obsidian/workspace.json
vendored
64
.obsidian/workspace.json
vendored
@@ -4,11 +4,11 @@
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "51fae4b613ef49a5",
|
||||
"id": "1a8a1bc6981e13ee",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "58e6699d854e8535",
|
||||
"id": "e144afbc26630891",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
@@ -77,7 +77,8 @@
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 315.5
|
||||
"width": 315.5,
|
||||
"collapsed": true
|
||||
},
|
||||
"right": {
|
||||
"id": "c501495747cfa761",
|
||||
@@ -144,17 +145,8 @@
|
||||
"type": "advanced-tables-toolbar",
|
||||
"state": {}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "c5182e293f3cb5ca",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "quiet-outline",
|
||||
"state": {}
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 4
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
@@ -163,46 +155,43 @@
|
||||
},
|
||||
"left-ribbon": {
|
||||
"hiddenItems": {
|
||||
"switcher:Open quick switcher": false,
|
||||
"graph:Open graph view": false,
|
||||
"templates:Insert template": false,
|
||||
"command-palette:Open command palette": false,
|
||||
"switcher:打开快速切换": false,
|
||||
"graph:查看关系图谱": false,
|
||||
"templates:插入模板": false,
|
||||
"command-palette:打开命令面板": false,
|
||||
"oz-clear-unused-images:Clear Unused Images": false,
|
||||
"table-editor-obsidian:Advanced Tables Toolbar": false,
|
||||
"notion-like-tables:Create loom": false,
|
||||
"obsidian-excalidraw-plugin:Create new drawing": false
|
||||
"obsidian-excalidraw-plugin:新建绘图文件": false,
|
||||
"notion-like-tables:Create loom": false
|
||||
}
|
||||
},
|
||||
"active": "58e6699d854e8535",
|
||||
"active": "e144afbc26630891",
|
||||
"lastOpenFiles": [
|
||||
"Excalidraw/Drawing 2024-04-25 22.51.48.excalidraw.md",
|
||||
"conflict-files-obsidian-git.md",
|
||||
"Paper/Diffusion/Imagic.md",
|
||||
"Excalidraw",
|
||||
"Paper/Diffusion/assets/Imagic/img-240425225015478.png",
|
||||
"Paper/Diffusion/assets/Imagic",
|
||||
"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",
|
||||
"Study/DL/动手学深度学习",
|
||||
"Paper/Untitled.md",
|
||||
"Paper/Diffusion",
|
||||
"Study/乐理",
|
||||
"Paper/CLIP/Open-Vocabulary Semantic Segmentation.md",
|
||||
"Paper/CLIP/Learning Transferable Visual Models From Natural Language Supervision.md",
|
||||
"Paper/Diffusion",
|
||||
"Paper/CLIP",
|
||||
"Paper/Open-Vocabulary Semantic Segmentation.md",
|
||||
"liangOpenVocabularySemanticSegmentation2023.md",
|
||||
"Paper/未命名.md",
|
||||
"Books/HDLBits/Verilog.md",
|
||||
"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",
|
||||
"Record",
|
||||
"Books/编译原理/Overview.md",
|
||||
"Books/HDLBits",
|
||||
"Study/DL/吴恩达深度学习课程/Lesson 1.md",
|
||||
"Books/未命名.md",
|
||||
"Study/DL/吴恩达深度学习课程/Other.md",
|
||||
@@ -211,6 +200,7 @@
|
||||
"Books/从零开始深入学习Spring/IoC.md",
|
||||
"Books/Vim实用技巧/一、入门导读.md",
|
||||
"Temp/Interview.md",
|
||||
"Books/代码随想录/代码随想录.md"
|
||||
"Books/代码随想录/代码随想录.md",
|
||||
"Books/代码随想录/().md"
|
||||
]
|
||||
}
|
||||
@@ -11,4 +11,4 @@
|
||||
1. 通过文本编码器获得$e_{tgt}$,其中$e_{tgt} \in R^{T * d}$。
|
||||
2. 冻结Diffusion模型参数,对$e$进行优化。
|
||||
2. Diffusion Model fine-tuning
|
||||
3. Linear interpolation
|
||||
3. Linear interpolation
|
||||
|
||||
Reference in New Issue
Block a user