Skip to content
Snippets Groups Projects
Commit 0c616033 authored by Sparsh Jauhari's avatar Sparsh Jauhari :speech_balloon:
Browse files

Modified train.py to generate w2v embedding

parent 533f8701
Branches
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ if __name__ == "__main__": ...@@ -46,7 +46,7 @@ if __name__ == "__main__":
import time import time
start_time = time.time() start_time = time.time()
main(load_data_from_saved = True, main(load_data_from_saved = False,
embedding_train = True, embedding_train = True,
model_train = True, model_train = True,
predict = True, predict = True,
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment