Skip to content

Commit

Permalink
Update R/PipeOpTaskPreprocTorch.R
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer authored Jan 23, 2024
1 parent fbe093f commit cf380e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/PipeOpTaskPreprocTorch.R
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
#' Then, two branches are created `B -> C` and `B -> D`, creating two preprocessing graphs
#' `A -> B -> C` and `A -> B -> D`. When loading the data, we want to run the preprocessing only once, i.e. we don't
#' want to run the `A -> B` part twice. For this reason, [`task_dataset()`] will try to merge graphs and cache
#' results from graphs.
#' results from graphs. However, only graphs using the same dataset can currently be merged.
#'
#' Also, the shapes created during `$train()` and `$predict()` might differ.
#' To avoid the creation of graphs where the predict shapes are incompatible with the train shapes,
Expand Down

0 comments on commit cf380e8

Please sign in to comment.