Update README.md
Browse files
README.md
CHANGED
@@ -41,12 +41,12 @@ This repository includes test models using different weighting schemes:
|
|
41 |
3. **test_min_snr_1**
|
42 |
- Baseline model with `--min_snr_gamma = 1`
|
43 |
|
44 |
-
4. **test_debias_scale-like
|
45 |
- Baseline model with additional parameters:
|
46 |
- `--debiased_estimation_loss`
|
47 |
- `--scale_v_pred_loss_like_noise_pred`
|
48 |
|
49 |
-
5. **test_edm2_weight_new
|
50 |
- New loss weighting scheme
|
51 |
- Implementation by madman404
|
52 |
|
|
|
41 |
3. **test_min_snr_1**
|
42 |
- Baseline model with `--min_snr_gamma = 1`
|
43 |
|
44 |
+
4. **test_debias_scale-like**
|
45 |
- Baseline model with additional parameters:
|
46 |
- `--debiased_estimation_loss`
|
47 |
- `--scale_v_pred_loss_like_noise_pred`
|
48 |
|
49 |
+
5. **test_edm2_weight_new**
|
50 |
- New loss weighting scheme
|
51 |
- Implementation by madman404
|
52 |
|