Skip to content

Commit

Permalink
Update batch_score_nn.py
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjoo1 authored Dec 13, 2018
1 parent 844f29c commit d4616f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scoring/batch_score_nn.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
df = pd.DataFrame.from_records(results)
df.to_csv('results/batch_results.csv', index=False)

os.remove("data/external/GoogleNews-vectors-negative300.bin")
os.remove("data/external/GoogleNews-vectors-negative300-SLIM.bin")



0 comments on commit d4616f8

Please sign in to comment.