-
Name: GAN on MNIST Dataset.
Introduction: Perform GAN on the mnist data set and generate a new images.
Dataset: MNIST
Please assign me under DCP 2021.
-
We have a new MNIST example for the bigdata class. Review the original
https://cybertraining-dsc.github.io/modules/mnist-reu/
For the REU students. As far as I know the REU MNIST example has mo…
-
(env3)~/tf-coriander/tensorflow/models/image/mnist$ python convolutional.py
Extracting data/train-images-idx3-ubyte.gz
Extracting data/train-labels-idx1-ubyte.gz
Extracting data/t10k-images-idx3-u…
-
tensorflow version: 1.2.1
When I tried to run python adagan_mnist.py, it showed this error:
2017-07-07 19:46:49,618 - Loading MNIST
Traceback (most recent call last):
File "adagan_mnist.py", li…
-
I am trying to use deepnet for past few days. I was able to install deepnet and run RBM for MNIST dataset. The output is generated in the specified output folder in form of a file mnist_rbm_1415815265…
-
I got the following error while testing the mnist poincare experiment. If I train for 79 epoch the error doesn't occur. Could you please suggest what is the problem
![image](https://user-images.git…
-
Hi, I have followed the "High level overview" steps on the readme to train the models on GCP. I have created both `mnist_example.py` and `scale_mnist.py` and followed all the setup instructions. Howev…
-
Improve the accuracy of the model to 97% by changing the number of layers and/or adding convolutions. file: [MNIST_CNN](https://github.com/wncc/Hello-FOSS-ML/blob/master/MNIST_CNN.ipynb)
-
Hi, thank you for sharing your results!
I tried to replicate your example by training the model again, even if the model structure appears to be the same as the one I get from MNIST_CNN.h5 and te…
-
I want to train ccv_convnet on MNIST data set (using LeNet like layers). Could you please provide any suggestions on how to do that?