-
ubgpu@ubgpu:~/github/pdnn/examples/mnist_rbm$ sudo ./run.sh
--2015-05-16 15:48:05-- http://www.iro.umontreal.ca/~lisa/deep/data/mnist/mnist.pkl.gz
Resolving www.iro.umontreal.ca (www.iro.umontreal.c…
-
In the MNIST code, around line 57 (I think), the following code is wrong in my opinion
``` for data, target in test_loader: ```
It should be replaced by
``` for idx,(data, target) in test_loader…
-
I am looking to run training algorithm (not inferencing) with NuNET just like we do in a Cloud
The first set of requirements are
Desktop Requirements
1) HW:
a) x86 CPU
b) At least 1 Nvid…
-
I've been trying to train on MNIST (I have custom data that's MNIST-like) but keep hitting `Segmentation fault (core dumped)`.
`tensorflow-gpu = 1.15`
`pytorch = 1.4.0`
I have doreblopy install…
-
when I run "python mnist_fc/download_data.py", a error reported:
File "mnist_fc/download_data.py", line 23, in
from lottery_ticket.foundations import save_restore
ModuleNotFoundError: …
-
**When i ran the gar_mnist.py file, it first download the mnist data. Then the below error occur. The traceback is given below:**
Traceback (most recent call last):
File "gar_mnist.py", line 95, …
-
What you wrote is very helpful for my work. Can you share your environment configuration and data design? Thank you
-
Hi,
here is a bug:
./examples/mnist/recognition ../examples/mnist/imgs/img_5.jpeg
Failed to load weights
How to solve it?
tks
-
```julia
using Flux
using MLDatasets: MNIST, CIFAR10, CIFAR100
using Flux: logitcrossentropy, setup, Adam, train!
using Flux.OneHotArrays: onehotbatch, onecold
using Statistics: mean
using Flux.…
-
I installed pylearn2 and theano(bleeding-edge version) following the links given on the README.
When running mnist.py I encountered the following error:
Using cuDNN version 5005 on context None
…