Open Shivansh20128 opened 3 days ago
Maybe we can change the image size while loading the dataset.
# Load MNIST dataset
train_dataset, test_dataset = load_mnist_dataset(img_size=(8, 8))
I also noticed that the project is not documented that well, as It only contains the installation steps and some details about the dataset loader. Do you have any document where I could read what the project is about, what it can do, and what the goals of the project are? If not, do you want to work together on making a roadmap for this project? Because I think this could be so much bigger...Do you have a community channel where we could discuss this? Thanks
Hi @SaashaJoshi, there seems to be a problem with the first example given in the repository readme file. The following code gave a value error - "ValueError: Image dimensions must be powers of 2." Please look into this.