Skip to content

Commit

Permalink
new logo
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Aug 15, 2024
1 parent 721879d commit 7ab563f
Show file tree
Hide file tree
Showing 6 changed files with 316 additions and 106 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ library("mlr3torch")
lgr::get_logger("mlr3")$set_threshold("warn")
```

# mlr3torch <img src="man/figures/logo.svg" align="right" width = "120" />
# mlr3torch <a href="https://mlr3torch.mlr-org.com"><img src="man/figures/logo.svg" align="right" height="139" /></a>

Package website: [release](https://mlr3torch.mlr-org.com/) | [dev](https://mlr3torch.mlr-org.com/)

Expand Down Expand Up @@ -187,7 +187,7 @@ deep_learner$param_set$set_values(
```{r, include = FALSE}
# so it renders faster
deep_learner$param_set$values$torch_model_classif.epochs = 1L
mnist$filter(1)
mnist$filter(1:5)
```

All that is left is to train the learner:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# mlr3torch <img src="man/figures/logo.svg" align="right" width = "120" />
# mlr3torch <a href="https://mlr3torch.mlr-org.com"><img src="man/figures/logo.svg" align="right" height="139" /></a>

Package website: [release](https://mlr3torch.mlr-org.com/) \|
[dev](https://mlr3torch.mlr-org.com/)
Expand Down
190 changes: 87 additions & 103 deletions man/figures/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
121 changes: 121 additions & 0 deletions man/figures/logo_svg_old.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
105 changes: 105 additions & 0 deletions man/figures/mlr3torch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7ab563f

Please sign in to comment.