Post

Replies

Boosts

Views

Activity

Comment on Could not identify NUMA node of platform GPU ID 0, defaulting to 0. Your kernel may not have been built with NUMA support.
models running faster on CPU than GPU is a very common occurence, it's not Mac specific. If there is a bug, identify it. saying that a cpu can be faster than gpu is not a bug, it's extremely common. It depend on the model, the cpu, the gpu, the input pipeline, etc ... I've also had the M1 CPU running faster than on a badass Nvidia Quadro or even a Nvidia P100. The M1 cpu is surprisingly good at this.
Topic: Machine Learning & AI SubTopic: General Tags:
Dec ’21
Comment on tf.random is broken since Monterey 12.1
it doesn't works in a tf.function, it used to works, before 12.1, and a lot of exemple/guide/tutorial relying on random doesn't works anymore
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’22
Comment on Could not identify NUMA node of platform GPU ID 0, defaulting to 0. Your kernel may not have been built with NUMA support.
it works on 3.9 too (not sure if it worked on 3.9 when you posted this a month ago. But as of today, it works)
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on Could not identify NUMA node of platform GPU ID 0, defaulting to 0. Your kernel may not have been built with NUMA support.
models running faster on CPU than GPU is a very common occurence, it's not Mac specific. If there is a bug, identify it. saying that a cpu can be faster than gpu is not a bug, it's extremely common. It depend on the model, the cpu, the gpu, the input pipeline, etc ... I've also had the M1 CPU running faster than on a badass Nvidia Quadro or even a Nvidia P100. The M1 cpu is surprisingly good at this.
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on Can´t use tensorflow on Macbook Air M1
you're welcome :)
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on Training LSTM: 100x Slower on M1 GPU vs. CPU
it's also worth adding that that simple/tiny model works faster on M1 cpu than gpu (even a discrete gpu). The google's TPU powerhouse is even more slower than anything on small model. The M1 CPU is surprisingly fast on small ML model.
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on Can´t use tensorflow on Macbook Air M1
It's on a M1. don't use pip when dealing with Tensorflow as it's suppose to be installed using miniforge3
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on TensorFlow with Metal start giving wrong results after upgrading macOS from 12.0.1 to 12.1
yes. tf.random is broken on 12.1
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on TensorFlow with Metal start giving wrong results after upgrading macOS from 12.0.1 to 12.1
i have more now. I have some particularly bad result on some epoch, just like your. weird.
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on Cannot install Tensorflow on Mac m1
Yes, this numpy version requirement can be a great source of troubles. Tensorflow won't work with a higher version. There was a post about it and apple answered that this was the version recommended by Tensorflow so they just followed the recommandation.
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on Odd CPU/GPU behaviour in TF-metal on M1 Pro
you might enjoy some of my code here using dataset (currently under intense development) : https://github.com/ker2x/recolorizeNN/blob/master/main.py Caching, prefetching, lot of stuff here and there trying to get things faster.
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on what "Zero Metal services found" means ?
Yes but I'd like to know what it means :)
Topic: Graphics & Games SubTopic: Metal Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on low-level graphic programming in C++
i do not plan on publishing app.
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’21