beresandras
commited on
Commit
•
f44d178
1
Parent(s):
5c94019
Update README.md
Browse files
README.md
CHANGED
@@ -35,7 +35,7 @@ The model is trained to denoise noisy images, and can generate images by iterati
|
|
35 |
| max signal rate | 0.95 |
|
36 |
| embedding dimensions | 32 |
|
37 |
| embedding max frequency | 1000.0 |
|
38 |
-
| widths | 32, 64, 96, 128 |
|
39 |
| block depth | 2 |
|
40 |
| batch size | 64 |
|
41 |
| exponential moving average | 0.999 |
|
@@ -46,8 +46,8 @@ The model is trained to denoise noisy images, and can generate images by iterati
|
|
46 |
## Model Plot
|
47 |
|
48 |
<details>
|
49 |
-
<summary>View
|
50 |
|
51 |
-
![
|
52 |
|
53 |
</details>
|
|
|
35 |
| max signal rate | 0.95 |
|
36 |
| embedding dimensions | 32 |
|
37 |
| embedding max frequency | 1000.0 |
|
38 |
+
| block widths | 32, 64, 96, 128 |
|
39 |
| block depth | 2 |
|
40 |
| batch size | 64 |
|
41 |
| exponential moving average | 0.999 |
|
|
|
46 |
## Model Plot
|
47 |
|
48 |
<details>
|
49 |
+
<summary>View Network Architecture</summary>
|
50 |
|
51 |
+
![network architecture residual unet](./model.png)
|
52 |
|
53 |
</details>
|