Logan B. Nielsen
Logan B. Nielsen
## Motivation Addresses #2294 using the solution discussed there. ([Link](https://github.com/tokio-rs/axum/issues/2294))
### Feature description I would like to be able to take partial derivative of the neural network. In PyTorch like this: https://stackoverflow.com/a/66709533/10969548 In TensorFlow like this: https://stackoverflow.com/a/65968334/10969548 ### Feature motivation...
**Describe the bug** `./run-checks.sh all` fails **To Reproduce** 1. checkout repo 2. run `./run-checks.sh all` 3. observe failures **Expected behavior** No failures **Screenshots** ``` burn on main via 🦀...