Ujjawal-K-Panchal / coshnet

47 stars 5 forks source link

mnist download command downloading fashion. #7

Closed Ujjawal-K-Panchal closed 1 year ago

Ujjawal-K-Panchal commented 1 year ago

Even when we pass --dataset mnist to test_fashion.py, the initial download downloads the Fashion MNIST dataset and downloads it within MNIST directory. This is because, load_fashion() function is not passing kFashion parameter to getdb() function. This is causing kFashion to default to true and for the URL fetched for downloading the dataset to be Fashion MNIST url even if the user wished for MNIST url.

mannykao commented 1 year ago

good catch.