-
![image](https://user-images.githubusercontent.com/2715168/63647050-ad4b0300-c756-11e9-9a1d-0486c1deaeeb.png)
https://github.com/dhrim/cup_deeplearning_seminar/blob/master/%EA%B5%90%EC%9C%A1%EC%9E%…
-
Using version **1.0.0-beta4**
**ImageLoader.asMatrix()** or **asRowVector()**
return wrong values.
For instance using
ImageLoader.asRowVector() on MNIST file
mnist_png/training/3/11111.png
…
-
When using mnist or fashion-mnist these two datasets, the "transform" of the dataloader.py should be "transforms.Compose([transforms.Resize((input_size, input_size)), transforms.ToTensor(), transform…
-
I created my idx3,idx1 files in mnisten. I then trained them in tiny dnn using example_mnist_train and tested them with example_mnist_test. I always get the same accuracy regardless of what testing im…
-
![image](https://user-images.githubusercontent.com/6978512/36862820-49e8bdc6-1d88-11e8-8f2a-e470c9d56664.png)
I have changed the input from `mnist.npz` to `mnist_cluttered_60x60_6distortions.npz` (…
-
Hello,
When running DeepDIG with the same parameters as a previous run (i.e. same dataset, DNN type and classes), I noticed that every subsequent run loads the autoencoder trained in the previous run…
-
RuntimeError: output with shape [1, 28, 28] doesn't match the broadcast shape [3, 28, 28]
ghost updated
7 months ago
-
Currently ttnn reduce ops throw error when called with `keepdim=False`. There is a check inside `tt-metal/ttnn/cpp/ttnn/operations/reduction/generic/generic_reductions.cpp` in `reduce_impl` function w…
-
https://github.com/apache/incubator-mxnet/tree/master/example/distributed_training-horovod
the examples as follow:
$ mpirun -np 8 \
-H server1:4,server2:4 \
-bind-to none -map-by slot \
…
-
D:\PYProjects\tensorflow\Scripts\python.exe D:/PYProjects/tensorflow/examples/2_BasicModels/random_forest.py
WARNING:tensorflow:From D:/PYProjects/tensorflow/examples/2_BasicModels/random_forest.py:2…