You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @tomerm,
While working on the docker we encountered with an issue.
When running the code we saw many bugs. The problem is that there is a lake of information about those bugs. For example with configuration problem we get this error:
{"user_message": "Following error occured: Missing resource(s).."}.
We would like to get something more specific in order to try and solve the problem.
a better error would be something like this:
...Missing resource defined in "w2v.modelPath" configuration parameter: ./app/resources/W2VModel.vec
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
Now you will get more info. Note that you can automatically collect all artefacts needed for runtime using process Collector in training/testing stage.
Hi @tomerm,
While working on the docker we encountered with an issue.
When running the code we saw many bugs. The problem is that there is a lake of information about those bugs. For example with configuration problem we get this error:
{"user_message": "Following error occured: Missing resource(s).."}.
We would like to get something more specific in order to try and solve the problem.
a better error would be something like this:
...Missing resource defined in "w2v.modelPath" configuration parameter: ./app/resources/W2VModel.vec
Thanks.
The text was updated successfully, but these errors were encountered: