From 8f4ebf3c04af746bea3c80d4e5289730e89eb548 Mon Sep 17 00:00:00 2001 From: Andrey Zimovnov Date: Sun, 26 Aug 2018 13:46:06 +0300 Subject: [PATCH] fix indent --- project/utils.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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):