Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Mar 9, 2024
1 parent 7646a50 commit 8f894e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
5 changes: 0 additions & 5 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ torch::install_torch()
```

## Status

`mlr3torch` is currently still in its experimental phase and many things are missing.
Not everything will work yet and the API might change without notice.

## What is mlr3torch?


Expand Down
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ pak::pak("mlr-org/mlr3torch")
torch::install_torch()
```

## Status

`mlr3torch` is currently still in its experimental phase and many things
are missing. Not everything will work yet and the API might change
without notice.

## What is mlr3torch?

`mlr3torch` is a deep learning framework for the
Expand Down Expand Up @@ -107,7 +101,7 @@ graph_mlp
#> Graph with 8 PipeOps:
#> ID State sccssors prdcssors
#> <char> <char> <char> <char>
#> torch_ingress_num <<UNTRAINED>> nn_linear
#> torch_ingress_num <<UNTRAINED>> nn_linear
#> nn_linear <<UNTRAINED>> nn_relu torch_ingress_num
#> nn_relu <<UNTRAINED>> nn_head nn_linear
#> nn_head <<UNTRAINED>> torch_loss nn_relu
Expand Down Expand Up @@ -167,7 +161,7 @@ materialize(
rbind = TRUE
)
#> torch_tensor
#> (1,1,.,.) =
#> (1,1,.,.) =
#> 0.0000 0.0000 0.0000 0.0000 0.0000
#> 0.0000 200.9199 228.2500 8.2000 0.0000
#> 0.0000 0.0000 196.7500 0.0000 0.0000
Expand Down

0 comments on commit 8f894e1

Please sign in to comment.