From ee552e7d1cdb647165c4fd8a9a319a03c2469862 Mon Sep 17 00:00:00 2001 From: newbie Date: Sat, 19 Oct 2024 11:07:19 +0800 Subject: [PATCH] update something --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 7f968e5..53e68e4 100644 --- a/main.py +++ b/main.py @@ -9,7 +9,7 @@ import torch def main(): projet_name = '20241005Sound' label_names =["Accuracy", "Compress", "Distance", "Loss", "Metal", "Python"] - data = dLoader(projet_name, label_names, isDir=False) + # data = dLoader(projet_name, label_names, isDir=False) X_train, X_test, y_train, y_test, encoder = divSet( data=data, labels=label_names, test_size= 0.2 )