mlr3torch
mlr3torch copied to clipboard
`Learner`'s jittability
For some neural networks, jit_traceing works, for others it does not.
Currently, each learner has the jit_trace parameter.
We should:
- [ ] add a simple test whether jit tracjing works
- [ ] remove the
jit_traceparameter from those learners where it does not