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

Relevant PR in pipelines: https://github.com/mlr-org/mlr3pipelines/pull/560/files

Transfer Learning

Once we have trained a `LearnerTorch`, it is important to have an option to `$continue()` training it. As an example consider the graph learner below: ```r graph = po("pca") %>>%...

needs discussion

* the problem here is that the trained weights do not live in the PipeOpTorch objects * PipeOpTorch should probably keep a link to the nn_module's parameters (torch_tensors have reference...

needs discussion
Transfer Learning
layer operations

Repeat a defined block multiple times, while ensuring that all blocks have the same parameters.

pipelines

enhancement
good first issue

this requires them to live in inst/testthat like in mlr3

Status: Blocked