We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 7904cd1 commit ac0f28cCopy full SHA for ac0f28c
GAN
@@ -2,6 +2,10 @@
2
library(keras)
3
library(EBImage)
4
5
+#To install EBimage package, you can run following 2 lines;
6
+#install.packages("BiocManager")
7
+#BiocManager::install("EBImage")
8
+
9
# MNIST data
10
mnist <- dataset_mnist()
11
c(c(trainx, trainy), c(testx, testy)) %<-% mnist
0 commit comments