Spaces:
Running
on
Zero
Running
on
Zero
SunderAli17
commited on
Create losses.yaml
Browse files- config_files/losses.yaml +6 -0
config_files/losses.yaml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
diffusion_losses:
|
2 |
+
- name: L2Loss
|
3 |
+
weight: 1
|
4 |
+
lcm_losses:
|
5 |
+
- name: HuberLoss
|
6 |
+
weight: 1
|