Skip to content

Commit 7b93151

Browse files
committed
Maj Load CVS file1
1 parent d52fa56 commit 7b93151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Results/src/Results.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ function Confusion_Matrix_CSV_Exp(Param_Data,Param_Network,Param_Data_test,savep
116116
(moy,std_val) = (nothing,nothing)
117117
allAccuracy = Float64[]
118118

119-
(_,_,X_test,Y_test) =Experiment_Database.loadCSV_Exp(Param_Data_test)
119+
(_,_,X_test,Y_test) =Experiment_Database.loadCSV_Exp_Test(Param_Data_test)
120120

121121

122122
if Param_Network.Train_args.use_cuda

0 commit comments

Comments
 (0)