jadechoghari
commited on
Commit
•
f21534f
1
Parent(s):
a845906
Update audioldm_train/modules/latent_diffusion/ddpm.py
Browse files
audioldm_train/modules/latent_diffusion/ddpm.py
CHANGED
@@ -50,7 +50,7 @@ import os
|
|
50 |
__conditioning_keys__ = {"concat": "c_concat", "crossattn": "c_crossattn", "adm": "y"}
|
51 |
|
52 |
import json
|
53 |
-
with open('offset_pretrained_checkpoints.json', 'r') as config_file:
|
54 |
config_data = json.load(config_file)
|
55 |
|
56 |
|
|
|
50 |
__conditioning_keys__ = {"concat": "c_concat", "crossattn": "c_crossattn", "adm": "y"}
|
51 |
|
52 |
import json
|
53 |
+
with open('./qa_mdt/offset_pretrained_checkpoints.json', 'r') as config_file:
|
54 |
config_data = json.load(config_file)
|
55 |
|
56 |
|