-
Thanks for the great tutorial! There is a typo in step 11:
The sizing of the layers is done so that the number of neurons goes down roughly by a factor of two at each layer: 28x28x**14**≈3000 → 14…
-
https://github.com/francescogrienti/PyTorchLearning/blob/8d8bfe760274f6ffb771d3c752513e7b0a525d1e/Exercise2/DNN_MINST.py#L101C1-L102C1
Magari e' ovvia ma ad occhio non la capisco
-
之前没有太多的调参经验,想知道像这里的MNIST如果要替换成自己的dataset的话大致需要怎么做?
> -- [INCOMPLETE] configs/mnist/plain_usage/cfg.py --
from torchvision.datasets import MNIST
from alchemy_cat.dl_config import Config
cfg …
-
Very interesting behaviour...
When
`X_train, X_test, y_train, y_test = train_test_split(X, y, test_size=0.94, random_state=42)`
using only 6% to learn (with the one-hot encoded data) and 94% a…
-
The file "/data/mnist/mnist_**.pkl" does not find.
-
https://www.kaggle.com/code/subinium/interpretable-cnn-with-shap-mnist/notebook
-
**What**
Provide a TTNN API to return Op perf estimate to the TT-MLIR optimizer. The goal of this issue is to do an end-to-end PoC and conclude what would be the proper solution. Based on the conclus…
-
In [Step 1](https://github.com/iterative/katacoda-scenarios/blob/master/tutorials/mnist/step1.md): pip install -r requirements.txt fails to run.
-
With regard to the MNIST dataset example, I am having trouble loading the data. Despite the fact that I have the mnist_loader.py file in my Week 3 notebook, I keep getting this message:
![screen shot…
-
I'd like to demonstrate a "back query" (feeding a desired output backwards through the network and getting pixels as a result) with this example. In @makeyourownneuralnetwork, the back query concept i…