-
Could you also share your mnist and emnist datasets? In particular, `emnist-bymerge-train.csv`, `emnist-bymerge-test.csv`, `emnist-mnist-train.csv`, `emnist-mnist-test.csv`? Thx!
-
from the lab2_sln directory I entered
`$python text_recognizer/datasets/emnist_dataset.py`
and got
```
fsdl-text-recognizer-project/lab2_sln$ python text_recognizer/dataset/emnist_dataset.pyTraceb…
-
@myleott
Hi Myle Ott,
Great work 👍
I used your script to convert my EMNIST-digits to the required format and voila am happy with the results.
But I cant get around to do the same with letter…
-
The dataset used for downloading EMNIST is no longer working. The url for the download is currently: https://biometrics.nist.gov/EMNIST/matlab.zip
However, that url now redirects to https://www.nis…
-
I'm currently trying to replicate the extraction from an EMNIST network to MLCert. This is as far as I've gotten trying to get the code in NNCert to work, patching things up as I go:
1. Install [Mi…
-
Hello,
When trying to generate the adversarial dataset for the EMNIST+ARDIS setting I noticed that the honest (EMNIST) images and the ARDIS images have a different orientation. Specifically, the im…
-
navigated to correct folder and tried this:
```
fsdl-text-recognizer-project/lab2_sln$ python text_recognizer/datasets/emnist_dataset.py
python emnist_dataset.py
Traceback (most recent call l…
-
**Description of issue**
emnist/letters says it has 37 classes but it really only has 26
Describe what the problem is. Please include URL(s) if possible.
https://www.tensorflow.org/datasets/cat…
-
Hello, is the download link for the EMNIST dataset incorrect?
-
When I try to compare the distance of two subsets, which randomly sampled from the EMNIST dataset, I use the 'exact' method and follow the format of `example.py`, but I always enter **except** at the …