MLDatasets.jl
MLDatasets.jl copied to clipboard
Adding Stacked_MNIST #230
Adding Stacked_MNIST #230
Thanks for this PR. You need to include the file in src/MLDatasets.jl. Also needs some tests, a docstring and an entry in the documentation in docs/src/datasets
I have added the documentation and the tests associated with the new StackedMnist dataset. The tests are failing, showing the following error:
Got exception outside of a @test
SystemError: opening file "/home/runner/work/MLDatasets.jl/MLDatasets.jl/test/datasets/vision/stacked_mnist.jl"
I don't understand this, as they passed locally. Other than that, I think the PR is ready.