-
Hello perkins, I am a newbie(first week in ML/DL domain). I tried DeepCL on AMD ROCM and unit tests worked fine. For training, do I need to chage the MNIST default format ? I downloaded mnist data se…
-
```python
from tensorflow.examples.tutorials.mnist import input_data
mnist = input_data.read_data_sets('MNIST_data', one_hot=True)
import tensorflow as tf
# model
x = tf.placeholder(tf.fl…
-
Currently TorchServe has support for Apple GPUs:
[docs/apple_silicon_support.md](https://github.com/nod-ai/serve/blob/master/docs/apple_silicon_support.md)
- For GPU jobs on Apple Silicon, [MPS]…
-
TODO
-
-
For TorchSharp [text classification example][1] there is TorchText used to load data set.
I am not sure what I am doing wrong, but I can not find any `using`s to import this library.
For TorchSharp …
-
Let's start looking at what's happening over here https://github.com/ggerganov/ggml/tree/master/examples/mnist down to the flow of PRs and the kinds of discussions folks are having there (e.g. https:/…
-
Hello, I'm a student who is learning CNN tensorflow
I wonder where can I download the MNIST_M.npy file?
Tks
-
Hi Scott,
Thanks for the amazing package. I am having trouble running the mnist example that you have given for deepexplainer.
https://github.com/slundberg/shap/blob/master/notebooks/deep_expla…
-
Hello, I am trying to evaluate the impact of XLA in our models but before that I want to be sure that I know how to adapt our code and execute XLA models without problem.
GPU: Nvidia 4090 GTX 24GB
…