-
For the Non-IID Dirichlet partition, it seems that each client gets a WeightedRandomSampler of dirichlet distribution to sample data from the whole dataset, instead of a real partitioned local dataset…
-
Hi there,
I am trying to launch a multi-gpu experiments based on research/optimization, but keeps getting errors involving `datasets.reduce` as below
```
ValueError: Detected dataset reduce op …
-
It would be useful to have a DM for https://www.tensorflow.org/datasets/catalog/emnist.
### Motivation
EMNIST is a much better dataset than MNIST, since it has more classes (0-9, a-z, A-Z)…
-
I have trained my model using EMNIST byclass dataset by loading .csv files of training and testing data as well as label for digit (0-9) and letter (A-Z, a-z) classification. I got the model evaluatio…
-
I noticed in the train.zip and test.zip folders, you had converted the MNIST data from its original ubyte format to several .pmg files. How did you go about doing this? I am wanting to add more data t…
-
Case 1 :
```python
from continuum.datasets import EMNIST
dataset_train = EMNIST("data", train=True, download=True)
```
TypeError: __init__() missing 1 required positional argument: 'split'
Ca…
-
Hi,
Could you tell me which parameter to set the number of client in mnist dataset?
in `emnist_dataset_test.py,` That's varibale `TOTAL_NUM_CLIENTS`, But in `emnist_dataset_test.py`, I didn't see…
-
TLDR;
> "http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz" used to get MNIST data can result in a 503 HTTP error code .
> Consider changing to an S3 link such as "https://s3-us-west-2.…
-
Hi, thanks for the interesting work! I hope to cite your work in my later research.
I have some questions about the source code and the paper.
1. In the paper, the split of the classes for train…
-
Dataset used- https://www.nist.gov/itl/products-and-services/emnist-dataset