Replies: 1 comment 1 reply
-
Hi, So I compared the configuration variables between two different sessions, one started using
The best option is the use Regards, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am using EMR 6.2.0 and the versions are mentioned below:
Spark NLP version 3.0.3
Spark NLP display version 1.7
Apache Spark version: 3.0.1-amzn-0
Since I am in VPC, I have downloaded from https://github.com/JohnSnowLabs/spark-nlp-models the Universal Sentence Encoder (tfhub_use_en_2.4.0_2.4_1587136330099.zip)
And then I am trying to load this model back using :
bert_embeddings = BertEmbeddings.load("s3://gourav-bucket/sparknlpmodel/<<path to unzipped file>>/")
And then the program quits with the error mentioned in the subject. I will be grateful for anyones help.
Regards,
Gourav
Beta Was this translation helpful? Give feedback.
All reactions