diff --git a/project/utils.py b/project/utils.py index e42ff608..102488bf 100644 --- a/project/utils.py +++ b/project/utils.py @@ -49,8 +49,8 @@ def load_embeddings(embeddings_path): ######################## #### YOUR CODE HERE #### ######################## + pass - pass def question_to_vec(question, embeddings, dim): """Transforms a string to an embedding by averaging word embeddings.""" @@ -60,8 +60,7 @@ def question_to_vec(question, embeddings, dim): ######################## #### YOUR CODE HERE #### ######################## - - pass + pass def unpickle_file(filename):