Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
<!--
|
| 2 |
* @Author: Yaozzz666
|
| 3 |
* @Date: 2025-03-21 13:49:25
|
|
@@ -24,7 +29,7 @@
|
|
| 24 |
|
| 25 |
## π The Architecture of DSCLoRA Model
|
| 26 |
<div align=center>
|
| 27 |
-
<img src="https://huggingface.co/sssefe/DSCLoRA/resolve/main/figs/DSCF_arch.png" width="
|
| 28 |
</div>
|
| 29 |
We replace the SPAB module with the proposed SConvLB module and incorporate
|
| 30 |
ConvLoRA layers into both the pixel shuffle block and its preceding convolutional layer. Spatial Affinity Distillation Loss is calculated
|
|
@@ -68,4 +73,4 @@ If our work is useful to you, please use the following BibTeX for citation.
|
|
| 68 |
```
|
| 69 |
|
| 70 |
## π License and Acknowledgement
|
| 71 |
-
This code repository is release under [MIT License](LICENSE).
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- code
|
| 5 |
+
---
|
| 6 |
<!--
|
| 7 |
* @Author: Yaozzz666
|
| 8 |
* @Date: 2025-03-21 13:49:25
|
|
|
|
| 29 |
|
| 30 |
## π The Architecture of DSCLoRA Model
|
| 31 |
<div align=center>
|
| 32 |
+
<img src="https://huggingface.co/sssefe/DSCLoRA/resolve/main/figs/DSCF_arch.png" width="1500px"/>
|
| 33 |
</div>
|
| 34 |
We replace the SPAB module with the proposed SConvLB module and incorporate
|
| 35 |
ConvLoRA layers into both the pixel shuffle block and its preceding convolutional layer. Spatial Affinity Distillation Loss is calculated
|
|
|
|
| 73 |
```
|
| 74 |
|
| 75 |
## π License and Acknowledgement
|
| 76 |
+
This code repository is release under [MIT License](LICENSE).
|