-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running on CPU #46
Comments
Please have a look at this PR: #48
|
I tried out the PR but am still getting this error:
|
just pushed an update, could you please try again? |
Pushed more updates. On my Macbook Pro (without proper GPU), the following seems to work:
|
Sorry for the delay. Yes, now I am able to run all the examples in the start_here Folder. I am running them in a docker container so I have not run the ipython scripts. |
merged the PR to master. closing this issue |
I am trying to run a Training job with a CPU in a docker container. It seems this 'DeviceType' File no longer exists. The error is similar to the first question:
|
* Fix `lab` command * install dependencies from requirements.txt * include cli and submodules only Signed-off-by: markstur <mark.sturdevant@ibm.com> * Update README to use `lab` command Signed-off-by: markstur <mark.sturdevant@ibm.com> --------- Signed-off-by: markstur <mark.sturdevant@ibm.com>
Hi,
I am currently trying to run 'simplest_example.py' on a CPU within a docker container.
I have tried modifying the code to run on CPU by passing:
To fix that issue I additionally passed:
How do I run the example on CPU? Thanks.
The text was updated successfully, but these errors were encountered: