Skip to content

Instantly share code, notes, and snippets.

@wookim3
Created September 29, 2020 19:41
Show Gist options
  • Save wookim3/60750bff7f6d95bcff7475582e3b9082 to your computer and use it in GitHub Desktop.
Save wookim3/60750bff7f6d95bcff7475582e3b9082 to your computer and use it in GitHub Desktop.
train_ds <- kmnist_dataset(
".",
download = TRUE,
train = TRUE,
transform = transform_to_tensor
)
test_ds <- kmnist_dataset(
".",
download = TRUE,
train = FALSE,
transform = transform_to_tensor
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment