From bfa03601b0f2bc0834f0b4706ed944ea9d362b22 Mon Sep 17 00:00:00 2001 From: Kornelia Girejko Date: Fri, 6 May 2022 19:39:11 +0200 Subject: [PATCH] Zaktualizuj 'DL' --- biblioteka_DL => DL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename biblioteka_DL => DL (98%) diff --git a/biblioteka_DL b/DL similarity index 98% rename from biblioteka_DL rename to DL index 1397718..ff3ab2f 100644 --- a/biblioteka_DL +++ b/DL @@ -75,4 +75,4 @@ with torch.no_grad(): result = open("output",'w+') result.write(f'{y_predicted}') -torch.save(model, "model.pkl") \ No newline at end of file +torch.save(model, "modelP.pkl") \ No newline at end of file