Doven
commited on
Commit
·
8bfbb7a
1
Parent(s):
89e7c8b
update readme
Browse files
README.md
CHANGED
|
@@ -10,7 +10,7 @@ pipeline_tag: any-to-any
|
|
| 10 |
|
| 11 |
|
| 12 |
# Recurrent Parameter Generation
|
| 13 |
-
### [Paper]() | [Project Page](https://NUS-HPC-AI-Lab.github.io/Recurrent-Parameter-Generation/) | [
|
| 14 |
|
| 15 |
|
| 16 |
## Abstract
|
|
@@ -59,7 +59,9 @@ cd ./workspace
|
|
| 59 |
CUDA_VISIBLE_DEVICES=0 sh demo.sh
|
| 60 |
# CUDA_VISIBLE_DEVICES=<GPU_index> sh demo.sh
|
| 61 |
```
|
| 62 |
-
|
|
|
|
|
|
|
| 63 |
```angular2html
|
| 64 |
description: "Give me a model to select all living things"
|
| 65 |
expected_class: [0,0,1,1,1,1,1,1,0,0] # bird, cat, deer, dog, frog, horse
|
|
@@ -124,6 +126,9 @@ expected_class: [0,0,0,0,0,0,0,0,1,0] # ship
|
|
| 124 |
description: "Select all animals that are both pets and can climb"
|
| 125 |
expected_class: [0,0,0,1,0,1,0,0,0,0] # cat, dog
|
| 126 |
```
|
|
|
|
|
|
|
|
|
|
| 127 |
You can get more information from [Github](https://github.com/NUS-HPC-AI-Lab/Recurrent-Parameter-Generation).
|
| 128 |
|
| 129 |
|
|
@@ -131,14 +136,13 @@ You can get more information from [Github](https://github.com/NUS-HPC-AI-Lab/Rec
|
|
| 131 |
|
| 132 |
## Acknowledgment
|
| 133 |
We thank
|
| 134 |
-
[Zhiyuan Liang](https://jerryliang24.github.io/),
|
| 135 |
-
[
|
| 136 |
-
[
|
| 137 |
[Zangwei Zheng](https://zhengzangw.github.io/),
|
|
|
|
| 138 |
[Tianlong Chen](https://tianlong-chen.github.io/),
|
| 139 |
-
[Zhangyang Wang](https://www.ece.utexas.edu/people/faculty/atlas-wang)
|
| 140 |
-
[Xuanlei Zhao](https://oahzxl.github.io/),
|
| 141 |
-
and [Ziheng Qin](https://henryqin1997.github.io/ziheng_qin/)
|
| 142 |
for valuable discussions and feedbacks.
|
| 143 |
This research is supported by the National Research Foundation,
|
| 144 |
Singapore under its AI Singapore Programme
|
|
@@ -153,3 +157,5 @@ Singapore under its AI Singapore Programme
|
|
| 153 |
year={2025},
|
| 154 |
}
|
| 155 |
```
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
|
| 12 |
# Recurrent Parameter Generation
|
| 13 |
+
### [Paper]() | [Project Page](https://NUS-HPC-AI-Lab.github.io/Recurrent-Parameter-Generation/) | [Github](https://huggingface.co/MTDoven/Recurrent-Parameter-Generation)
|
| 14 |
|
| 15 |
|
| 16 |
## Abstract
|
|
|
|
| 59 |
CUDA_VISIBLE_DEVICES=0 sh demo.sh
|
| 60 |
# CUDA_VISIBLE_DEVICES=<GPU_index> sh demo.sh
|
| 61 |
```
|
| 62 |
+
<details>
|
| 63 |
+
<summary>Here are some examples.</summary>
|
| 64 |
+
|
| 65 |
```angular2html
|
| 66 |
description: "Give me a model to select all living things"
|
| 67 |
expected_class: [0,0,1,1,1,1,1,1,0,0] # bird, cat, deer, dog, frog, horse
|
|
|
|
| 126 |
description: "Select all animals that are both pets and can climb"
|
| 127 |
expected_class: [0,0,0,1,0,1,0,0,0,0] # cat, dog
|
| 128 |
```
|
| 129 |
+
|
| 130 |
+
</details>
|
| 131 |
+
|
| 132 |
You can get more information from [Github](https://github.com/NUS-HPC-AI-Lab/Recurrent-Parameter-Generation).
|
| 133 |
|
| 134 |
|
|
|
|
| 136 |
|
| 137 |
## Acknowledgment
|
| 138 |
We thank
|
| 139 |
+
[Zhiyuan Liang](https://jerryliang24.github.io/),
|
| 140 |
+
[Gongfan Fang](https://fangggf.github.io/),
|
| 141 |
+
[Xuanlei Zhao](https://oahzxl.github.io/),
|
| 142 |
[Zangwei Zheng](https://zhengzangw.github.io/),
|
| 143 |
+
[Ziheng Qin](https://henryqin1997.github.io/ziheng_qin/),
|
| 144 |
[Tianlong Chen](https://tianlong-chen.github.io/),
|
| 145 |
+
and [Zhangyang Wang](https://www.ece.utexas.edu/people/faculty/atlas-wang)
|
|
|
|
|
|
|
| 146 |
for valuable discussions and feedbacks.
|
| 147 |
This research is supported by the National Research Foundation,
|
| 148 |
Singapore under its AI Singapore Programme
|
|
|
|
| 157 |
year={2025},
|
| 158 |
}
|
| 159 |
```
|
| 160 |
+
|
| 161 |
+
[//]: # ([Zhuang Liu](https://liuzhuang13.github.io/),)
|