-
Notifications
You must be signed in to change notification settings - Fork 7
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
Error in using GPU Tensorflow Mac M1 when doing neural network model #13
Comments
I am not familiar enough with tensorflow / keras to see where this error is coming from. Have you tested these packages independently on Best, |
Thank you @ebecht for all your help and patience with all my crazy questions. I was finally able to fix the error and run My laptop mac m1 has Q1. Would you mind informing me what does the "L" in Q2. Although the output still said "I tensorflow/core/common_runtime/pluggable_device/pluggable_device_factory.cc:306] Could not identify NUMA node of platform GPU ID 0, defaulting to 0. Your kernel may not have been built with NUMA support", the pipeline appeared to run fine and GPU was in fact used (viewed in Activity Monitor). Is the output below what you also observed when you ran neural net on your data? Thanks again! |
Hello again, Q1. The L indicates that the argument is of type Q2. It's nice that you managed to use the GPU, I actually could not. Training and using the models should have been much faster then. Good for you ! |
Thanks Etienne! |
Hi there,
When I followed the "training_non_default_regression_models" tutorial and sample data as below, I encountered errors as shown.
Would you mind helping me to fix the issue in R environment, because it does not seem that my TensorFlow is actually using GPU?
Thank you for your help.
Output
Output
The text was updated successfully, but these errors were encountered: