Skip to content

Commit

Permalink
link to utils
Browse files Browse the repository at this point in the history
  • Loading branch information
ZEMUSHKA committed Aug 26, 2018
1 parent 7d549ec commit 7acbcb0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions project/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ def load_embeddings(embeddings_path):

# remove this when you're done
raise NotImplementedError(
"Open utils.py and fill with your code or copy its contents to Jupyter cell and fill in the gaps!")
"Open utils.py and fill with your code OR copy its contents "
"(https://github.com/hse-aml/natural-language-processing/blob/master/project/utils.py) "
"to Jupyter cell and fill in the gaps (e.g. on Google Colab)!")


def question_to_vec(question, embeddings, dim):
Expand All @@ -66,7 +68,9 @@ def question_to_vec(question, embeddings, dim):

# remove this when you're done
raise NotImplementedError(
"Open utils.py and fill with your code or copy its contents to Jupyter cell and fill in the gaps!")
"Open utils.py and fill with your code OR copy its contents "
"(https://github.com/hse-aml/natural-language-processing/blob/master/project/utils.py) "
"to Jupyter cell and fill in the gaps! (e.g. on Google Colab)")


def unpickle_file(filename):
Expand Down

0 comments on commit 7acbcb0

Please sign in to comment.