-
https://github.com/HypothesisWorks/hypothesis/blob/f576f5085f01368c1fe15a7d2b3dc6f1e80849a7/hypothesis-python/src/hypothesis/extra/ghostwriter.py#L222-L240
Well, last weekend I counted all the dist…
-
Thanks for your interesting work! I really appreciate it and am trying to reuse some datasets you provide. However, I notice that the scripts provided cannot generate datasets matching the description…
-
I have processed the omniglot into noLatin.json as the requirement, however, it raises this issue.
Traceback (most recent call last):
File "train.py", line 108, in
assert params.num_classe…
-
`
curdir = os.getcwd()
os.chdir(dirname)
zip_file = zipfile.ZipFile(filename, "r")
zip_file.extract("matlab/emnist-byclass.mat")
`
The filename is exactly `matlab.zip`. And bug occurs:
zi…
-
Problem encountered on https://dotnet.microsoft.com/learn/ml-dotnet/get-started-tutorial/data
Operating System: windows
I wanted to use model builder for training my model, when i give it the emni…
-
-
Install python 3.8.6 on centos7 and pip install rembg
And run “rembg” show error below
Traceback (most recent call last):
File "/usr/local/python3/bin/rembg", line 33, in
sys.exit(lo…
-
## 🚀 Feature
As proposed by @akihironitta in the comment down below from another PR, `VisionDataModule` should accept `torchvision`'s datasets that have `split` arg.
I would be happy to do the PR …
-
(Moved from https://github.com/PyTorchLightning/pytorch-lightning/issues/8110.)
It would be useful to have a DM for https://www.tensorflow.org/datasets/catalog/emnist.
### Motivation
EMNIST…
-
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…