Closed xegulon closed 3 years ago
Thanks a lot, I think it could be great to add the sagemaker setup script along with the kaggle and colab ones.
:+1:
@xegulon That makes total sense! I'll add this to the list so we make a nice step-by-step setup in the repo and on the Website.
I could do a PR for that, it could be good training for me ;)
That'd be great! Thank you @xegulon, step by step instructions coming from users are always helpful since they have a first-hand experience.
I'll do it then!
Many thanks! I'll ask to also have a short DNS path like the one we have for Colab and Kaggle in the next release.
Yeah, that'd be convenient! Should I modify anything in the code I've made?
No they will make a redirect DNS subdomain, no need to change anything in the script it looks sufficient already. Many thanks again @xegulon
Hi, I followed the official notebook for converting a HuggingFace model to Spark NLP format (BERT for Sequence Classification). But I get a java error.
Description
Everything goes well, until I reach this cell of the official notebook:
Expected Behavior
It shouldn't crash at me.
Current Behavior
I get the following error:
In fact, I think the problem comes from the instruction:
spark = sparknlp.start(gpu=True)
.Possible Solution
Do not know.
Steps to Reproduce
Read above.
Context
Trying to reproduce the script with my own model.
Your Environment
I installed spark and spark nlp using simple pip install.
sparknlp.version()
: 3.3.2spark.version
:java -version
: openjdk version "11.0.1" 2018-10-16 LTS