StatusCodeError: 500 Framework tensorflow and version 1.12-py36 is not supported on gpu trainings
See original GitHub issueAfter updating to the latest version I´m now getting the following error when I start the training:
⠹ Starting training run...(node:1192) UnhandledPromiseRejectionWarning: StatusCodeError: 500 - {"trace":"_","errors":[{"code":"training_submit_error","message":"INVALID_ARGUMENT: Framework tensorflow and version 1.12-py36 is not supported on gpu trainings","more_info":"http://watson-ml-api.mybluemix.net/"}]}
at new StatusCodeError (/usr/local/lib/node_modules/cloud-annotations/node_modules/request-promise-core/lib/errors.js:32:15)
at Request.plumbing.callback (/usr/local/lib/node_modules/cloud-annotations/node_modules/request-promise-core/lib/plumbing.js:104:33)
at Request.RP$callback [as _callback] (/usr/local/lib/node_modules/cloud-annotations/node_modules/request-promise-core/lib/plumbing.js:46:31)
at Request.self.callback (/usr/local/lib/node_modules/cloud-annotations/node_modules/request/request.js:185:22)
at Request.emit (events.js:200:13)
at Request.EventEmitter.emit (domain.js:471:20)
at Request.<anonymous> (/usr/local/lib/node_modules/cloud-annotations/node_modules/request/request.js:1161:10)
at Request.emit (events.js:200:13)
at Request.EventEmitter.emit (domain.js:471:20)
at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/cloud-annotations/node_modules/request/request.js:1083:12)
(node:1192) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:1192) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
I tried training on the London and Dallas Location and got the error on both
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:6 (4 by maintainers)
Top Results From Across the Web
No results found
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
I will fix this, I’m so sorry for all the problems
Now it works. Thanks!