Skip to content

Commit

Permalink
add main
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronYALai committed Dec 14, 2017
1 parent 269f9b7 commit fb875a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main.py
Expand Up @@ -73,5 +73,6 @@ def main(args):
np.savetxt(args.output, embeddings, delimiter=',')


args = parse_args()
main(args)
if __name__ == "__main__":
args = parse_args()
main(args)

0 comments on commit fb875a3

Please sign in to comment.