diff --git a/dev/LICENSE.html b/dev/LICENSE.html index 42cf717c..77878c96 100644 --- a/dev/LICENSE.html +++ b/dev/LICENSE.html @@ -7,7 +7,7 @@ mlr3torch - 0.1.1-9000 + 0.1.2-9000
diff --git a/dev/reference/as_torch_callbacks.html b/dev/reference/as_torch_callbacks.html index fd3854c1..2ad30d63 100644 --- a/dev/reference/as_torch_callbacks.html +++ b/dev/reference/as_torch_callbacks.html @@ -7,7 +7,7 @@ mlr3torch - 0.1.1-9000 + 0.1.2-9000mlr_callback_set.checkpoint
,
mlr_callback_set.progress
,
+mlr_callback_set.tb
,
mlr_context_torch
,
t_clbk()
,
torch_callback()
diff --git a/dev/reference/as_torch_loss.html b/dev/reference/as_torch_loss.html
index ec7e79f6..b04b78c7 100644
--- a/dev/reference/as_torch_loss.html
+++ b/dev/reference/as_torch_loss.html
@@ -7,7 +7,7 @@
mlr3torch
- 0.1.1-9000
+ 0.1.2-9000
mlr_callback_set.checkpoint
,
mlr_callback_set.progress
,
+mlr_callback_set.tb
,
mlr_context_torch
,
t_clbk()
,
torch_callback()
diff --git a/dev/reference/equals-.lazy_tensor.html b/dev/reference/equals-.lazy_tensor.html
index ba9b6237..099af606 100644
--- a/dev/reference/equals-.lazy_tensor.html
+++ b/dev/reference/equals-.lazy_tensor.html
@@ -17,7 +17,7 @@
mlr3torch
- 0.1.1-9000
+ 0.1.2-9000
mlr_pipeops_nn_adaptive_avg_pool1d
PipeOpTorchAdaptiveAvgPool1D
+
+ mlr_pipeops_nn_adaptive_avg_pool2d
PipeOpTorchAdaptiveAvgPool2D
+
+ mlr_pipeops_nn_adaptive_avg_pool3d
PipeOpTorchAdaptiveAvgPool3D
+
+ mlr_pipeops_nn_avg_pool1d
PipeOpTorchAvgPool1D
CallbackSetTB
+
+
+ as_torch_callback()
lt1 = as_lazy_tensor(torch_randn(10, 3)) materialize(lt1, rbind = TRUE) #> torch_tensor -#> -0.8733 0.5482 0.7640 -#> 0.1581 1.3040 0.0570 -#> -1.6313 -0.1844 -0.9628 -#> -0.1821 -1.0511 -0.6801 -#> 0.1641 -1.3093 0.6321 -#> 0.7897 -0.7947 1.3247 -#> 0.1740 -0.6605 0.6461 -#> 1.3386 -0.4702 -0.9746 -#> 1.0445 0.6065 -0.4046 -#> -1.9163 -0.7884 -1.6135 +#> -2.2687 0.4539 0.0872 +#> -0.4005 1.0713 0.1125 +#> -1.0352 0.6216 0.1302 +#> 0.9565 1.0647 -1.1269 +#> 0.3968 0.8098 -0.9682 +#> -1.7730 -1.3947 0.5044 +#> 0.9440 -0.9359 -0.1327 +#> 0.5167 0.8462 0.2562 +#> -0.2682 -0.7513 1.3673 +#> 0.9112 -1.9628 -0.3506 #> [ CPUFloatType{10,3} ] materialize(lt1, rbind = FALSE) #> [[1]] #> torch_tensor -#> -0.8733 -#> 0.5482 -#> 0.7640 +#> -2.2687 +#> 0.4539 +#> 0.0872 #> [ CPUFloatType{3} ] #> #> [[2]] #> torch_tensor -#> 0.1581 -#> 1.3040 -#> 0.0570 +#> -0.4005 +#> 1.0713 +#> 0.1125 #> [ CPUFloatType{3} ] #> #> [[3]] #> torch_tensor -#> -1.6313 -#> -0.1844 -#> -0.9628 +#> -1.0352 +#> 0.6216 +#> 0.1302 #> [ CPUFloatType{3} ] #> #> [[4]] #> torch_tensor -#> -0.1821 -#> -1.0511 -#> -0.6801 +#> 0.9565 +#> 1.0647 +#> -1.1269 #> [ CPUFloatType{3} ] #> #> [[5]] #> torch_tensor -#> 0.1641 -#> -1.3093 -#> 0.6321 +#> 0.3968 +#> 0.8098 +#> -0.9682 #> [ CPUFloatType{3} ] #> #> [[6]] #> torch_tensor -#> 0.7897 -#> -0.7947 -#> 1.3247 +#> -1.7730 +#> -1.3947 +#> 0.5044 #> [ CPUFloatType{3} ] #> #> [[7]] #> torch_tensor -#> 0.1740 -#> -0.6605 -#> 0.6461 +#> 0.9440 +#> -0.9359 +#> -0.1327 #> [ CPUFloatType{3} ] #> #> [[8]] #> torch_tensor -#> 1.3386 -#> -0.4702 -#> -0.9746 +#> 0.5167 +#> 0.8462 +#> 0.2562 #> [ CPUFloatType{3} ] #> #> [[9]] #> torch_tensor -#> 1.0445 -#> 0.6065 -#> -0.4046 +#> -0.2682 +#> -0.7513 +#> 1.3673 #> [ CPUFloatType{3} ] #> #> [[10]] #> torch_tensor -#> -1.9163 -#> -0.7884 -#> -1.6135 +#> 0.9112 +#> -1.9628 +#> -0.3506 #> [ CPUFloatType{3} ] #> lt2 = as_lazy_tensor(torch_randn(10, 4)) @@ -219,184 +219,184 @@
,Examplesmaterialize(d, rbind = TRUE) #> $lt1 #> torch_tensor -#> -0.8733 0.5482 0.7640 -#> 0.1581 1.3040 0.0570 -#> -1.6313 -0.1844 -0.9628 -#> -0.1821 -1.0511 -0.6801 -#> 0.1641 -1.3093 0.6321 -#> 0.7897 -0.7947 1.3247 -#> 0.1740 -0.6605 0.6461 -#> 1.3386 -0.4702 -0.9746 -#> 1.0445 0.6065 -0.4046 -#> -1.9163 -0.7884 -1.6135 +#> -2.2687 0.4539 0.0872 +#> -0.4005 1.0713 0.1125 +#> -1.0352 0.6216 0.1302 +#> 0.9565 1.0647 -1.1269 +#> 0.3968 0.8098 -0.9682 +#> -1.7730 -1.3947 0.5044 +#> 0.9440 -0.9359 -0.1327 +#> 0.5167 0.8462 0.2562 +#> -0.2682 -0.7513 1.3673 +#> 0.9112 -1.9628 -0.3506 #> [ CPUFloatType{10,3} ] #> #> $lt2 #> torch_tensor -#> 0.7084 -0.7420 -0.1808 0.1890 -#> -0.7531 -0.4512 1.4198 1.1299 -#> -0.5711 -1.1448 0.0258 0.3616 -#> 1.6722 1.0970 0.3274 1.0636 -#> -0.4165 -0.5940 -0.5558 0.4683 -#> 1.2972 -0.8042 0.6573 -0.0383 -#> -0.4917 -0.6393 0.6939 -0.7802 -#> -0.3704 0.1536 0.6295 0.2806 -#> 1.3211 0.3907 0.2900 1.2049 -#> 0.4617 0.8876 0.6994 0.1874 +#> -1.1387 -1.7121 0.3313 0.8510 +#> 1.2791 1.2661 0.4940 0.2577 +#> 0.6875 0.0049 -1.4214 1.0401 +#> -0.2687 -0.6857 0.2180 -0.0905 +#> 0.3564 -1.3467 -0.8512 0.3529 +#> 0.6444 0.2139 0.6715 3.3102 +#> -1.7180 -1.6664 0.4273 -0.3261 +#> -0.4558 -0.1893 0.6411 1.7529 +#> -1.2947 0.1367 -0.1888 -0.0066 +#> -0.4252 -0.6875 0.3217 -0.6429 #> [ CPUFloatType{10,4} ] #> materialize(d, rbind = FALSE) #> $lt1 #> $lt1[[1]] #> torch_tensor -#> -0.8733 -#> 0.5482 -#> 0.7640 +#> -2.2687 +#> 0.4539 +#> 0.0872 #> [ CPUFloatType{3} ] #> #> $lt1[[2]] #> torch_tensor -#> 0.1581 -#> 1.3040 -#> 0.0570 +#> -0.4005 +#> 1.0713 +#> 0.1125 #> [ CPUFloatType{3} ] #> #> $lt1[[3]] #> torch_tensor -#> -1.6313 -#> -0.1844 -#> -0.9628 +#> -1.0352 +#> 0.6216 +#> 0.1302 #> [ CPUFloatType{3} ] #> #> $lt1[[4]] #> torch_tensor -#> -0.1821 -#> -1.0511 -#> -0.6801 +#> 0.9565 +#> 1.0647 +#> -1.1269 #> [ CPUFloatType{3} ] #> #> $lt1[[5]] #> torch_tensor -#> 0.1641 -#> -1.3093 -#> 0.6321 +#> 0.3968 +#> 0.8098 +#> -0.9682 #> [ CPUFloatType{3} ] #> #> $lt1[[6]] #> torch_tensor -#> 0.7897 -#> -0.7947 -#> 1.3247 +#> -1.7730 +#> -1.3947 +#> 0.5044 #> [ CPUFloatType{3} ] #> #> $lt1[[7]] #> torch_tensor -#> 0.1740 -#> -0.6605 -#> 0.6461 +#> 0.9440 +#> -0.9359 +#> -0.1327 #> [ CPUFloatType{3} ] #> #> $lt1[[8]] #> torch_tensor -#> 1.3386 -#> -0.4702 -#> -0.9746 +#> 0.5167 +#> 0.8462 +#> 0.2562 #> [ CPUFloatType{3} ] #> #> $lt1[[9]] #> torch_tensor -#> 1.0445 -#> 0.6065 -#> -0.4046 +#> -0.2682 +#> -0.7513 +#> 1.3673 #> [ CPUFloatType{3} ] #> #> $lt1[[10]] #> torch_tensor -#> -1.9163 -#> -0.7884 -#> -1.6135 +#> 0.9112 +#> -1.9628 +#> -0.3506 #> [ CPUFloatType{3} ] #> #> #> $lt2 #> $lt2[[1]] #> torch_tensor -#> 0.7084 -#> -0.7420 -#> -0.1808 -#> 0.1890 +#> -1.1387 +#> -1.7121 +#> 0.3313 +#> 0.8510 #> [ CPUFloatType{4} ] #> #> $lt2[[2]] #> torch_tensor -#> -0.7531 -#> -0.4512 -#> 1.4198 -#> 1.1299 +#> 1.2791 +#> 1.2661 +#> 0.4940 +#> 0.2577 #> [ CPUFloatType{4} ] #> #> $lt2[[3]] #> torch_tensor -#> -0.5711 -#> -1.1448 -#> 0.0258 -#> 0.3616 +#> 0.6875 +#> 0.0049 +#> -1.4214 +#> 1.0401 #> [ CPUFloatType{4} ] #> #> $lt2[[4]] #> torch_tensor -#> 1.6722 -#> 1.0970 -#> 0.3274 -#> 1.0636 +#> -0.2687 +#> -0.6857 +#> 0.2180 +#> -0.0905 #> [ CPUFloatType{4} ] #> #> $lt2[[5]] #> torch_tensor -#> -0.4165 -#> -0.5940 -#> -0.5558 -#> 0.4683 +#> 0.3564 +#> -1.3467 +#> -0.8512 +#> 0.3529 #> [ CPUFloatType{4} ] #> #> $lt2[[6]] #> torch_tensor -#> 1.2972 -#> -0.8042 -#> 0.6573 -#> -0.0383 +#> 0.6444 +#> 0.2139 +#> 0.6715 +#> 3.3102 #> [ CPUFloatType{4} ] #> #> $lt2[[7]] #> torch_tensor -#> -0.4917 -#> -0.6393 -#> 0.6939 -#> -0.7802 +#> -1.7180 +#> -1.6664 +#> 0.4273 +#> -0.3261 #> [ CPUFloatType{4} ] #> #> $lt2[[8]] #> torch_tensor -#> -0.3704 -#> 0.1536 -#> 0.6295 -#> 0.2806 +#> -0.4558 +#> -0.1893 +#> 0.6411 +#> 1.7529 #> [ CPUFloatType{4} ] #> #> $lt2[[9]] #> torch_tensor -#> 1.3211 -#> 0.3907 -#> 0.2900 -#> 1.2049 +#> -1.2947 +#> 0.1367 +#> -0.1888 +#> -0.0066 #> [ CPUFloatType{4} ] #> #> $lt2[[10]] #> torch_tensor -#> 0.4617 -#> 0.8876 -#> 0.6994 -#> 0.1874 +#> -0.4252 +#> -0.6875 +#> 0.3217 +#> -0.6429 #> [ CPUFloatType{4} ] #> #> diff --git a/dev/reference/materialize_internal.html b/dev/reference/materialize_internal.html index 0380da8d..d0be3a0f 100644 --- a/dev/reference/materialize_internal.html +++ b/dev/reference/materialize_internal.html @@ -7,7 +7,7 @@ mlr3torch - 0.1.1-9000 + 0.1.2-9000
diff --git a/dev/reference/mlr3torch-package.html b/dev/reference/mlr3torch-package.html index adf84928..7e9e9669 100644 --- a/dev/reference/mlr3torch-package.html +++ b/dev/reference/mlr3torch-package.html @@ -7,7 +7,7 @@ mlr3torch - 0.1.1-9000 + 0.1.2-9000 @@ -77,6 +77,7 @@ Author<
Other contributors:
Bernd Bischl bernd_bischl@gmx.net (ORCID) [contributor]
Lukas Burk github@quantenbrot.de (ORCID) [contributor]
- +
Florian Pfisterer pfistererf@googlemail.com (ORCID) [contributor]
Carson Zhang carsonzhang4@gmail.com [contributor]
mlr_callback_set.checkpoint
,mlr_callback_set.progress
, +mlr_callback_set.tb
,mlr_context_torch
,t_clbk()
,torch_callback()
@@ -107,11 +108,12 @@Examples# convert to a data.table as.data.table(mlr3torch_callbacks) #> Key: <key> -#> key label packages -#> <char> <char> <char> -#> 1: checkpoint Checkpoint mlr3torch,torch -#> 2: history History mlr3torch,torch -#> 3: progress Progress progress,mlr3torch,torch +#> key label packages +#> <char> <char> <char> +#> 1: checkpoint Checkpoint mlr3torch,torch +#> 2: history History mlr3torch,torch +#> 3: progress Progress progress,mlr3torch,torch +#> 4: tb TensorBoard tfevents,mlr3torch,torch