question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Fail to train model

See original GitHub issue

I 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:closed
  • Created 4 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
bourdakos1commented, Feb 9, 2020

@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:

cacli train custom-training.zip
1reaction
bourdakos1commented, Feb 7, 2020

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 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found