Skip to content

Commit

Permalink
Pickle
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollopy-tulane committed Apr 29, 2024
1 parent 59c2f81 commit 8fc4af3
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 98 deletions.
2 changes: 1 addition & 1 deletion nlp/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def process_with_tokenizer(text):
recall = recall_score(y_val, predictions)
print("Recall on Validation:", round(recall, 3))

pickle.dump((cnn), open(cnn_path, 'wb'))
pickle.dump((cnn,), open(cnn_path, 'wb'))



Expand Down
Loading

0 comments on commit 8fc4af3

Please sign in to comment.