"tests/model/vscode:/vscode.git/clone" did not exist on "7d1a83a96289677927e3b9e8015a02f9e87f6491"
Commit ff17f5dd authored by Scott Zhu's avatar Scott Zhu
Browse files

Revert "Remove the default None for data_path, which is a required param."

This reverts commit 6d829caa.
parent 57bc50c5
......@@ -52,7 +52,7 @@ def _file_to_word_ids(filename, word_to_id):
return [word_to_id[word] for word in data if word in word_to_id]
def ptb_raw_data(data_path):
def ptb_raw_data(data_path=None):
"""Load PTB raw data from data directory "data_path".
Reads PTB text files, converts strings to integer ids,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment