JohnSnowLabs/spark-nlp-workshop

Got error FileNotFoundError: [Errno 2] No such file or directory: 'ner_logs/NerDLApproach_9008019c05f4.log'

chetnas10 opened this issue · 2 comments

STR:

  1. Open 4.NERDL_Training.ipynb
  2. Run all files
  3. See that on step ner_log_parser.get_charts('ner_logs/NerDLApproach_9008019c05f4.log') run failed with error.
    FileNotFoundError: [Errno 2] No such file or directory: 'ner_logs/NerDLApproach_9008019c05f4.log'

Expected Result:
There should be no error.

image

The error cannot be more clear, there is no such file or directory! Please do a simple ! ls ner_logs/ to see what is the actual name of the log file or whether that directory exists at all.