-
from keras.datasets import mnist
from keras.models import Sequential
from keras.layers import Dense,Activation
from keras import optimizers
from keras.utils.np_utils import to_categorical
impor…
-
### 🐛 Describe the bug
I'm reading the User Guide of KServe doc. One part of the 'Deploy a PyTorch Model with TorchServe InferenceService' is hard to understand.
3 'Create model archive pod an…
-
I tried to run example/mnist/mnist_sparse.py, but failed with error:
```
[Exception|implicit_gemm_pair]indices=torch.Size([4656, 3]),bs=32,ss=[28, 28],algo=ConvAlgo.MaskImplicitGemm,ksize=[3, 3],str…
-
Hi all,
I would like to know whether the nn_quantizer.py and code_gen.py works for all caffe models with specified restrictions.
As an example:
1. In NXP mnist example, they are mentioning lik…
-
Hi i am curious on how you generate the counterfactual examples on 4.1 MNIST (specifically digit '1'), could you explain a little bit? When I ran it, I was not able to generate the counterfactual but …
-
Aim: Identify digits from a dataset containing handwritten images
Evaluating the performance of deep learning on the MNIST dataset containing different handwritten digits and creating a function o…
-
Now we follow the official documents to build and test tensorflow serving with latest dev docker image. The examples can not be run successfully because the tensorflow version is 2.1.0 in `tensorflow/…
-
Hello.
Thank you for sharing your code for ECCV2020 paper.
How can i generate trained ann/snnconv/snn models for new dataset like mnist?
Can you share additional codes for training/conversion…
-
Sample use case : simple convnet on the MNIST dataset
keras example : https://github.com/keras-team/keras/blob/master/examples/mnist_cnn.py
used layers and activation functions :
```Python
…
-
I'm trying to follow the Keras tutorial (https://tensorflow.rstudio.com/tools/cloudml/tuning/) for hyperparameter tuning with few modifications in the configuration YAML file (which I introduced becau…