Fail to train model
See original GitHub issueI have been using cloud-annotations to train my visual recognitions models successfully. However, since yesterday I keep getting the following errors when trying to train my models :
error Training failed.
error Command failed with exit code 1.
Here are some logs of the training:
CACLI-TRAINING-FAILED
Training exited with error code 1
Failed: learner_exit_code: 1
Here is an odd error appearing also from the logs:
TypeError: object of type <class 'numpy.float64'> cannot be safely interpreted as an integer.
Thanks for the product by the way I love it
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Train model fail / error - Microsoft Q&A
Hello, when I create a model and try to train it, it always fails. The same model on different two compute targets are...
Read more >A ML model training fails — Dataiku DSS 11 documentation
When the training of a machine learning fails, go to the page of the failed model. The error message is displayed. Depending on...
Read more >Training model failed? - Rasa Community Forum
Hi everyone I was updating my NLU data on Rasa x, I went to train my model and I keep on getting this...
Read more >Fixing Your Machine Learning Model's Failure Points
A step-by-step guide on finding and understanding problems in your machine learning model — and fixing them! Machine learning models can be used ......
Read more >Why Does ExeML Training Fail? - 华为云
If the training of an ExeML project fails, perform the following steps to rectify the fault:Access Billing Center and check whether the ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@RalphChahine I’ve deprecated the node version of the CLI in favor of golang. You can install the new version of the CLI with homebrew if you have a mac (
brew install cloud-annotations/tap/cacli
)If you want to continue using the node version you can download the latest
training.zip
file from the releases and call:Could be related to this issue: https://github.com/rbgirshick/py-faster-rcnn/issues/481
Watson machine learning could have changed numpy versions, I’ll look into it 😃