From 5e2467f79dd6f0cda77f26d0332b19691d976b2d Mon Sep 17 00:00:00 2001 From: Adrian Charkiewicz Date: Mon, 9 May 2022 11:06:01 +0200 Subject: [PATCH] pytorch/ --- evaluation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evaluation.py b/evaluation.py index 57165d8..dd82aeb 100644 --- a/evaluation.py +++ b/evaluation.py @@ -4,7 +4,7 @@ from sklearn import metrics import numpy as np import csv import matplotlib.pyplot as plt -f = open("result.txt", "r") +f = open("pytorch/result.txt", "r") list_result, list_predicted=[],[] for x in f: