Zaktualizuj 'biblioteka_DL'
This commit is contained in:
parent
a1429eea6e
commit
aff6e0827b
@ -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")
|
Loading…
Reference in New Issue
Block a user