Closed dfalbel closed 2 years ago
Since in tf 2.0 are iterators it's helpful to directly reexport the reticulate helper funs so we can do:
library(tfdatasets) it <- range_dataset(1, 100) %>% dataset_batch(10) %>% as_iterator() while(!is.null(x <- iter_next(it))) { str(x) }
Since in tf 2.0 are iterators it's helpful to directly reexport the reticulate helper funs so we can do: