From 3c180da4447e289ac6a17f01e9006c266fd433a4 Mon Sep 17 00:00:00 2001 From: shahules786 Date: Fri, 30 Sep 2022 15:20:13 +0530 Subject: [PATCH] rmv root dir --- enhancer/utils/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/enhancer/utils/config.py b/enhancer/utils/config.py index e9af6a0..1bbc51d 100644 --- a/enhancer/utils/config.py +++ b/enhancer/utils/config.py @@ -2,7 +2,6 @@ from dataclasses import dataclass @dataclass class Files: - root_dir : str train_clean : str train_noisy : str test_clean : str