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
add path information for parameter update errors -- great help in deb…
…ugging (#252)
* add path information for parameter update errors -- great help in debugging
* conv2d missing divide by groups
Add ReLUSquared Activation Function (#250)
* feat: Add ReLUSquared activation function and refactor relu implementation
* feat: Document ReLUSquared activation function in activations and MLXNN files
Add quantize function that can return different parameters per layer (#……229)
* Add quantize function that can return different parameters per layer
Co-authored-by: Awni Hannun <[email protected]>