-
U komentarima napišite parametre MLP veštačke neuronske mreže sa kojima ste dobili najveću tačnost na primeru MNIST dataset-a.
Takođe, diskusije i pitanja su dobrodošla.
Pozdrav,
Marko
-
## Environment
### Hardware Environment(`Ascend`/`GPU`/`CPU`):
CPU
### Software Environment:
- **MindSpore version (source or binary)**: 1.2
- **Python version (e.g., Python 3.7.5)**: 3.…
-
**MNIST Dataset**
The MNIST dataset is a large collection of handwritten digits that's widely used for training and testing in machine learning, especially in the area of image processing. Here's a…
-
## ❓ Questions and Help
Hi,
I was trying to load a constructed dgl graph. but got the following error. Any advice for this? Thanks.
Can't get attribute 'DGLHeteroGraph' on
-
Thank you for your work on CLIP!
I was trying to reproduce the zeroshot prediction results listed in Table 11 in the paper. Though I can reproduce most of the results in the Table 11, I found there…
-
Hello: I ran 'python src/federated_main.py --model=cnn --dataset=mnist --iid=0 --epochs=10 --gpu=1'
But keep receiving error message:
Traceback (most recent call last):
File "src/federated_main.p…
-
## Description
http://ci.mxnet.io/blue/rest/organizations/jenkins/pipelines/GluonNLP-py3-master-cpu-unittest/branches/PR-966/runs/4/nodes/87/steps/212/log/?start=0
```
[2019-10-11T21:49:14.639Z…
-
I would like to use torchvision.dataset.MNIST to run the code since celebA dataset takes more time to train. Please could you tell me what changes to make if I want to train this code for the MNIST da…
-
-
This library works under the presumption that the mnist dataset exists in the ./data folder.
This becomes easier if the data is automatically downloaded if it does not exist.