Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kevcruse96 committed Nov 3, 2021
1 parent 5ea9f32 commit b228977
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
from synthesis_action_retriever.build_graph import GraphBuilder
from synthesis_action_retriever.utils import make_spacy_tokens

dir_path = "/Users/kevcruse96/Desktop/D2S2/Saved_Models/sar_models"
w2v_model = "w2v_embeddings_v2_words_420K"
ext_model = "Bi-RNN_cl7_ed100_TF_20211018-122820"
dir_path = "path-to-models"
w2v_model = "path-to-w2v_model"
ext_model = "path-to-ext_model"

sar = SynthActionRetriever(
embedding_model=os.path.join(dir_path, w2v_model),
Expand Down

0 comments on commit b228977

Please sign in to comment.