ivy
ivy copied to clipboard
The Unified AI Framework
Description: The current implementation of the XGBoost classifier in the Ivy library does not appear to support Scipy sparse matrices. This feature would be beneficial for handling large, sparse datasets...
[Fix Ivy Failing Test: jax - layers.conv2d](https://github.com/unifyai/ivy/actions/runs/7866957229/job/21461939853)
To-do List: https://github.com/unifyai/ivy/issues/27499
ToDo List: https://github.com/unifyai/ivy/issues/27497
**Is your feature request related to a problem? Please describe.** To fully support functionalities like serialization we need to support the behaviour of supported `Shape` instances in ivy backends and...
This PR adds a collection of functions to the top level api
Hi, I am trying to predict molecular electron density using the e3nn model: this model is implemented in PyTorch, but I need to convert this model into Jax. When I...
# added the tpu support to torch backend ## in this PR i have made some changes that required to support the torch_xla but i haven't test this in local...
# PR Description All test are passing locally  ## Related Issue Closes #28160 Closes #28154 ## Checklist - [ ] Did you add a function? - [ ] Did...