Skip to content

Commit 104fdc0

Browse files
committed
tiny bug fix
1 parent b36b922 commit 104fdc0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

data/download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ def save_response_content(response, destination):
7373
unzip(download(vector_url))
7474

7575
proprocessed_shared_file_id = "0B6CTyAhSHoJTa3ZSSE5QQUJrb3M"
76-
download_file_from_google_drive(proprocessed_shared_file_id, "shared.json")
76+
download_file_from_google_drive(proprocessed_shared_file_id, "shared.jsonl")
7777
print("Done.")

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
requests
2-
tensorflow >= 1.3
2+
tensorflow = 1.3
33
tqdm
44
nltk
5-
requests
5+
parse

0 commit comments

Comments
 (0)