mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-09 21:10:56 +00:00
docs: update configuration docs (#1155)
* update configuration docs * update configuration docs * update configuration docs
This commit is contained in:
+2
-2
@@ -11,8 +11,8 @@ ROOT_DIR = CURRENT_DIR.parent.parent
|
||||
raw_feature_path = CURRENT_DIR / "X.npz"
|
||||
raw_label_path = CURRENT_DIR / "ARF_12h.csv"
|
||||
|
||||
public = ROOT_DIR / "arf-12-hour-prediction-task"
|
||||
private = ROOT_DIR / "eval" / "arf-12-hour-prediction-task"
|
||||
public = ROOT_DIR / "arf-12-hours-prediction-task"
|
||||
private = ROOT_DIR / "eval" / "arf-12-hours-prediction-task"
|
||||
|
||||
if not (public / "test").exists():
|
||||
(public / "test").mkdir(parents=True, exist_ok=True)
|
||||
|
||||
Reference in New Issue
Block a user