mlr3torch icon indicating copy to clipboard operation
mlr3torch copied to clipboard

Deep learning framework for the mlr3 ecosystem based on torch

Results 127 mlr3torch issues
Sort by recently updated
recently updated
newest added

saves 3 characters per pipeop

needs discussion
convenience
workshop

Just like e.g. for callbacks, we should provide a convenience function to create a pipeop_torch. Also we should provide an `as_pipeop` converter for `nn_module_generator` objects.

convenience
workshop

We want to port all learners from torchvision: * [ ] [Resnet](https://github.com/mlverse/torchvision/blob/main/R/models-resnet.R) * [ ] [Alexnet](https://github.com/mlverse/torchvision/blob/main/R/models-alexnet.R) * [ ] [VGG](https://github.com/mlverse/torchvision/blob/main/R/models-vgg.R) * [ ] [mobilenet](https://github.com/mlverse/torchvision/blob/main/R/models-mobilenetv2.R)

good first issue

bring learners back from attic and make them compatible with dataloader for `PipeOpTorch` / unify the relevant code The following architectures will be supported: * TabNet: * [ ] regr...

good first issue

**Autotests** * [ ] Autotest for PipeOpTorch: * Should check that {input, output} correspond to the args / return type of the generated nn_module * Should check that the calculated...

Some torch modules (like `nn_conv_transpose1d`) have an argument in their forward function (`output_size` in this case). We should have some mechanism to allow to set these values on the fly,...

needs discussion

Se also here: https://github.com/mlr-org/mlr3torch/issues/13

See also: https://github.com/mlr-org/mlr3torch/issues/4

needs discussion
layer operations