mlr3torch icon indicating copy to clipboard operation
mlr3torch copied to clipboard

Offer a way to implement a `PipeOpTorch` without implementing a module

Open sebffischer opened this issue 6 months ago • 0 comments

When we implemented the FTTransformer, it feels like a lot of unnecessary/duplicated code had to be written. If one wants to work with mlr3torch, we should have a convenience function that makes the creation of custom PipeOpTorch objects from non-existing nn_modules easier.

sebffischer avatar May 13 '25 10:05 sebffischer