Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
ZEMUSHKA committed Aug 26, 2018
1 parent e235a81 commit 8f4ebf3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions project/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand All @@ -60,8 +60,7 @@ def question_to_vec(question, embeddings, dim):
########################
#### YOUR CODE HERE ####
########################

pass
pass


def unpickle_file(filename):
Expand Down

0 comments on commit 8f4ebf3

Please sign in to comment.