Zaktualizuj 'biblioteka_DL'

This commit is contained in:
Kornelia Girejko 2022-05-06 19:21:59 +02:00
parent a1429eea6e
commit aff6e0827b

View File

@ -74,3 +74,5 @@ with torch.no_grad():
print(f'{acc:.4f}')
result = open("output",'w+')
result.write(f'{y_predicted}')
torch.save(model, "model.pkl")