We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from operations_extractor import OperationsExtractor
w2v_model = 'models/w2v_embeddings_lemmas_v3' classifier_model = 'models/fnn-model-1_7classes_dense32_perSentence_3' spacy_model = 'models/SpaCy_updated_v1.model'
OC = OperationsExtractor(w2v_model, classifier_model, spacy_model)
I have run the above code, but it says it cannot find the (config.cfg) for the spacy model
OSError: [E053] Could not read config file from \OperationsExtraction\operations_extractor\models\SpaCy_updated_v1.model\config.cfg
The text was updated successfully, but these errors were encountered:
No branches or pull requests
from operations_extractor import OperationsExtractor
w2v_model = 'models/w2v_embeddings_lemmas_v3'
classifier_model = 'models/fnn-model-1_7classes_dense32_perSentence_3'
spacy_model = 'models/SpaCy_updated_v1.model'
OC = OperationsExtractor(w2v_model, classifier_model, spacy_model)
I have run the above code, but it says it cannot find the (config.cfg) for the spacy model
OSError: [E053] Could not read config file from \OperationsExtraction\operations_extractor\models\SpaCy_updated_v1.model\config.cfg
The text was updated successfully, but these errors were encountered: