Matthijs Hollemans
Matthijs Hollemans
Made a demo for this on Hugging Face Spaces, check it out! 😄 https://huggingface.co/spaces/Matthijs/image2reverb
Fair enough, I think that is very reasonable. If you want to check out the synth that is being built in the book, the full source code is available here:...
Thanks for merging! 😄
Core ML: no, gradients are not exposed in the API. Metal: yes, but you'll have to re-implement the model using the lowest-level MPS primitives, such as MPSCNNConvolutionGradient.
It's possible a nicer API is available these days (I haven't used MPS in a while) but in the past you had to implement both the forward and backward pass...
I don't have any examples for this, unfortunately.
That seems to be something different than the Apple Neural Engine?
They are all accurate, but with different levels of precision. ;-)
@pcuenca Could this be related to the removal of the code that sets the output shape? The error says: ```text Classifier probabilities must have a fully known shape ``` This...
I'll add it to my to-do list!