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