Skip to content

Commit 52b2dc3

Browse files
authored
Update README.md
1 parent 95fe930 commit 52b2dc3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212
</div>
1313

14-
## Description
14+
## 💡Description
1515

1616
At first, the repo is mainly about my process of implementing basic diffusion models from scratch when I'm studying diffusion models. Then, I started researching about image restoration problem and want to apply diffusion model, more specificially, on medical image, so this repo is more like a place where I record my researching journey. I may have made some (more like a lot :>) mistakes, I will certainly happy if you let me know about it.
1717

18-
## Installation
18+
## 🔍Installation
1919

2020
#### Pip
2121

@@ -36,7 +36,7 @@ pip install -r requirements.txt
3636
# or you can install requirements using conda
3737
conda
3838
```
39-
## How to run
39+
## 🔧How to run
4040

4141
Train model with default configuration
4242

@@ -76,7 +76,7 @@ You can see the result on wandb by run this script
7676
export WANDB_API_KEY=
7777
python src/train.py experiment=diffusion.yaml
7878
```
79-
## My result
79+
## 🌼My result
8080
I will update sooner or later :> (this is my happy face incase you don't know)
8181
<br>
8282
<sub>A little confession as usual. Recently, I have applied to lots of AI jobs, but I got rejected from all of them, which is sad. However, I believe that when one door shuts, another one opens. I want to try my best and learn a lot, so I won’t have any regrets one day. </sub>

0 commit comments

Comments
 (0)