-
Hi @migueldeicaza, I've been struggling to setup datasets for batching with the Tensorflow's internal dataset system.
I would say the problems lie with the Iterator where it seems to get confused a…
-
E2e test is down. Reason is straightforwad that server report 503 issue and I did some check and notice this has been tracked in torch community.
As the patch is only available on master and ther…
-
Not a priority for us, but this might be neat to add:
https://github.com/zalandoresearch/fashion-mnist
The main thing is that it's a drop-in replacement (same data format) as MNIST/EMNIST, so it shou…
-
Hi,
I am using vscode and trying to debug [this repo](https://github.com/FishAres/RNP/blob/master/scripts/vae_mnist.jl), I set break point at line 32
https://github.com/FishAres/RNP/blob/c9571301…
-
**Short description**
Loading the `huggingface:mnist` gives ArributeError
**Environment information**
* Operating System: Windows 10
* Python version: 3.8
* `tensorflow-datasets`/`tfds-nightly`…
-
Hi,
Thank a lot for releasing your well organized code. I wonder wether you would provide the code for the moving MNIST dataset in your paper?
Thanks again:)
-
Hello, where can I download synthetic MNIST/dSprites shapes dataset ?
-
Hello, ty for your projet
can you please tell me or show me the python code to show wrong classifications of lenet on MNIST ( The Figure 8.4 on your pdf )
TY
-
lessons\3-NeuralNetworks\03-Perceptron
running MNIST = pickle.load(mnist_pickle)
results in
5 with gzip.open('../03-Perceptron/mnist.pkl.gz', 'rb') as mnist_pickle:
6
----> 7 M…
-
- [ ] question
- [x ] bug report
- [ ] feature request
Hi, When i want to download MNIST dataset to my C# Console app in the way like in your documentation:
`MNIST mnist = new MNIST()`…