Error: java.io.FileNotFoundException: file or folder: file:/tmp/spark-d9d18bc0-4d60-49df-9aff-66604edf9cbd/spark-nlp-jsl-3.0.0.jar!/medical-ner-dl not found Spark NLP for Healthcare #259
-
I'm working on getting the MedicalNer annotator fully implemented in the R sparknlp package. I'm using the same code to set it up and test it that I use for the NerDL annotator, but I'm getting the following error when training a model: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Creating a graph in tf should be like this: |
Beta Was this translation helpful? Give feedback.
Creating a graph in tf should be like this:
tf_graph.print_model_params("ner_dl")
. More info can be found in this link: https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/tutorials/Certification_Trainings/Healthcare/17.Graph_builder_for_DL_models.ipynb