Skip to content
  • Sponsor bkrai/DeepLearningR

  • Notifications You must be signed in to change notification settings
  • Fork 28

Commit ac0f28c

Browse files
authoredMar 5, 2020
Update GAN
1 parent 7904cd1 commit ac0f28c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎GAN

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
library(keras)
33
library(EBImage)
44

5+
#To install EBimage package, you can run following 2 lines;
6+
#install.packages("BiocManager")
7+
#BiocManager::install("EBImage")
8+
59
# MNIST data
610
mnist <- dataset_mnist()
711
c(c(trainx, trainy), c(testx, testy)) %<-% mnist

0 commit comments

Comments
 (0)
Please sign in to comment.