Sebastian Fischer

Results 389 comments of Sebastian Fischer

> Also in the example code above I provided, it appears to be missing a pipeop between nn_linear and torch_loss. Why isn't this an error? > > I would expect...

Probably, the best resource for you would be: https://mlr-org.github.io/mlr3torch-course/notebooks/6-mlr3torch.html#working-with-non-tabular-data (I guess the main action point (that we want to tackle anyways) is to unify the documentation of mlr3torch, probably as...

> > nn_head is basically just a nn_linear that infers the output dimension from the task, but its equally valid to do create own nn_linear, so i don’t think this...

@mb706 the CI now runs again. should this be merged?

Hey @tdhock, thanks for bringing this up. This seems to be intentional to keep it consistent with the behavior of glmnet: https://github.com/mlr-org/mlr3learners/commit/fbb2275aa0b0f56eaba183a28b307d92999e6df1 Also it seems to be documented under the...

Hey @iLivius and thanks for your interest in the package! I think there is currently no obvious way to achieve what you want, so thanks for raising this usecase. I...

So if I understand you correctly, your question is why e.g. `block_2.linear_2.out_features` is present even though the `nop_2` was selected in the second layer? This parameter (`block_2.linear_2.out_features`) definitely has no...