muxamilian t1_iuniww3 wrote on November 1, 2022 at 5:53 PM Reply to [D] Machine learning prototyping on Apple silicon? by laprika0 There's Apple's "Tensorflow Metal Plugin", which allows for running Tensorflow on Apple Silicon's graphics chip. However, it's basically unusably buggy; I'd recommend you to stay away from it: For example, tf.sort only sorts up to 16 values and overwrites the rest with -0. Apparently not fixed for over one year: https://developer.apple.com/forums/thread/689299 Also, tf.random always returns the same random numbers: https://developer.apple.com/forums/thread/697057 Permalink 2
muxamilian t1_iuniww3 wrote
Reply to [D] Machine learning prototyping on Apple silicon? by laprika0
There's Apple's "Tensorflow Metal Plugin", which allows for running Tensorflow on Apple Silicon's graphics chip. However, it's basically unusably buggy; I'd recommend you to stay away from it:
For example, tf.sort only sorts up to 16 values and overwrites the rest with -0. Apparently not fixed for over one year: https://developer.apple.com/forums/thread/689299
Also, tf.random always returns the same random numbers: https://developer.apple.com/forums/thread/697057