Skip to content

Commit

Permalink
Change code for load MNIST dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyushik committed Aug 28, 2019
1 parent e2fdd29 commit 51ed372
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion 01_VAE_MNIST.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
"metadata": {},
"outputs": [],
"source": [
"from tensorflow.examples.tutorials.mnist import input_data\n",
"mnist = tf.keras.datasets.mnist.load_data(path='mnist.npz')"
]
},
Expand Down
1 change: 0 additions & 1 deletion 02_GAN_MLP_MNIST.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
"metadata": {},
"outputs": [],
"source": [
"from tensorflow.examples.tutorials.mnist import input_data\n",
"mnist = tf.keras.datasets.mnist.load_data(path='mnist.npz')"
]
},
Expand Down
1 change: 0 additions & 1 deletion 03_DCGAN_MNIST.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
"metadata": {},
"outputs": [],
"source": [
"from tensorflow.examples.tutorials.mnist import input_data\n",
"mnist = tf.keras.datasets.mnist.load_data(path='mnist.npz')"
]
},
Expand Down
1 change: 0 additions & 1 deletion 04_LSGAN_MNIST.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
"metadata": {},
"outputs": [],
"source": [
"from tensorflow.examples.tutorials.mnist import input_data\n",
"mnist = tf.keras.datasets.mnist.load_data(path='mnist.npz')"
]
},
Expand Down
1 change: 0 additions & 1 deletion 05_WGAN_MNIST.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
"metadata": {},
"outputs": [],
"source": [
"from tensorflow.examples.tutorials.mnist import input_data\n",
"mnist = tf.keras.datasets.mnist.load_data(path='mnist.npz')"
]
},
Expand Down
1 change: 0 additions & 1 deletion 06_WGAN_GP_MNIST.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
"metadata": {},
"outputs": [],
"source": [
"from tensorflow.examples.tutorials.mnist import input_data\n",
"mnist = tf.keras.datasets.mnist.load_data(path='mnist.npz')"
]
},
Expand Down
1 change: 0 additions & 1 deletion 07_ConditionalGAN_CNN_MNIST.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"metadata": {},
"outputs": [],
"source": [
"from tensorflow.examples.tutorials.mnist import input_data\n",
"mnist = tf.keras.datasets.mnist.load_data(path='mnist.npz')"
]
},
Expand Down
1 change: 0 additions & 1 deletion 07_ConditionalGAN_MLP_MNIST.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
"metadata": {},
"outputs": [],
"source": [
"from tensorflow.examples.tutorials.mnist import input_data\n",
"mnist = tf.keras.datasets.mnist.load_data(path='mnist.npz')"
]
},
Expand Down
1 change: 0 additions & 1 deletion 08_InfoGAN_MNIST.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@
"metadata": {},
"outputs": [],
"source": [
"from tensorflow.examples.tutorials.mnist import input_data\n",
"mnist = tf.keras.datasets.mnist.load_data(path='mnist.npz')"
]
},
Expand Down

0 comments on commit 51ed372

Please sign in to comment.