You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think Tensorflow 2.x is officially supported by upstream spleeter as of ~Oct 2020: deezer/spleeter#498
I'm not fully familiar with how the pieces fit together, but as an Apple Mac M1 user, I think I (currently) need to use a special drop-in compatible version of Tensorflow 2.x, as otherwise I get illegal hardware instruction errors with the current TF 1.x usage: https://github.com/apple/tensorflow_macos
The text was updated successfully, but these errors were encountered:
on an i7-cpu on Windows, I am able to use the Tensorflow version 2.9.0 without needing to change anything in the code. However, I haven't notice any acceleration in the processing.
Which new models are you referring to here btw? the only pre-trained ones available on the official Spleeter page are from 2019. Are referring to models you trained yourself?
I think Tensorflow 2.x is officially supported by upstream
spleeter
as of ~Oct 2020:deezer/spleeter#498
I'm not fully familiar with how the pieces fit together, but as an Apple Mac M1 user, I think I (currently) need to use a special drop-in compatible version of Tensorflow 2.x, as otherwise I get
illegal hardware instruction
errors with the current TF 1.x usage:https://github.com/apple/tensorflow_macos
The text was updated successfully, but these errors were encountered: