Skip to content

Instantly share code, notes, and snippets.

@alstat
Created March 10, 2018 06:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alstat/9c824ec7809e98f078ad74c8016c70d5 to your computer and use it in GitHub Desktop.
Save alstat/9c824ec7809e98f078ad74c8016c70d5 to your computer and use it in GitHub Desktop.
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