jadechoghari
commited on
Commit
•
bf7634c
1
Parent(s):
76089fe
Update pipeline.py
Browse files- pipeline.py +1 -1
pipeline.py
CHANGED
@@ -30,7 +30,7 @@ class MOSDiffusionPipeline(DiffusionPipeline):
|
|
30 |
if self.reload_from_ckpt is not None:
|
31 |
self.configs["reload_from_ckpt"] = self.reload_from_ckpt
|
32 |
|
33 |
-
self.dataset_key =
|
34 |
self.exp_name = os.path.basename(self.config_yaml.split(".")[0])
|
35 |
self.exp_group_name = os.path.basename(os.path.dirname(self.config_yaml))
|
36 |
|
|
|
30 |
if self.reload_from_ckpt is not None:
|
31 |
self.configs["reload_from_ckpt"] = self.reload_from_ckpt
|
32 |
|
33 |
+
self.dataset_key = build_dataset_json_from_list(self.list_inference)
|
34 |
self.exp_name = os.path.basename(self.config_yaml.split(".")[0])
|
35 |
self.exp_group_name = os.path.basename(os.path.dirname(self.config_yaml))
|
36 |
|