Update extract_feature_print.py
Browse files- extract_feature_print.py +1 -1
extract_feature_print.py
CHANGED
|
@@ -23,7 +23,7 @@ class Config:
|
|
| 23 |
self.device = device if torch.cuda.is_available() else "cpu"
|
| 24 |
self.is_half = self.device != "cpu"
|
| 25 |
self.version_config_paths = [
|
| 26 |
-
os.path.join("", f"{k}.json") for k in ["32k", "40k", "48k", "48k_v2", "
|
| 27 |
]
|
| 28 |
self.json_config = self.load_config_json()
|
| 29 |
self.device_config()
|
|
|
|
| 23 |
self.device = device if torch.cuda.is_available() else "cpu"
|
| 24 |
self.is_half = self.device != "cpu"
|
| 25 |
self.version_config_paths = [
|
| 26 |
+
os.path.join("", f"{k}.json") for k in ["32k", "40k", "48k", "48k_v2", "32k_v2"]
|
| 27 |
]
|
| 28 |
self.json_config = self.load_config_json()
|
| 29 |
self.device_config()
|