Updated vmap Onboarding Lab (markdown)

Manuel
2024-07-03 19:35:28 +02:00
parent 2185127065
commit d63bdc403e

@ -89,4 +89,6 @@ std::tuple<Tensor,optional<int64_t>> simple_mul_batch_rule(
```
Avoid using the BINARY_POINTWISE macro (that would solve the problem trivially).
## Next
Unit 8: function transforms/Training Loops (Optional) - [[composable function transforms (aka torch.func, functorch)| function-transforms-(aka-torch.func,-functorch)]]