Skip to content

Instantly share code, notes, and snippets.

@alstat
Created March 10, 2018 06:23
Embed
What would you like to do?
cifar100 <- dataset_cifar100(label_mode = "fine")
x_train <- cifar100$train$x; y_train <- cifar100$train$y
x_test <- cifar100$test$x; y_test <- cifar100$test$y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment