Skip to content

Commit

Permalink
Merge branch 'main' into qcnn.py
Browse files Browse the repository at this point in the history
  • Loading branch information
amansingh2116 authored Dec 20, 2024
2 parents 84c89ca + b3e7203 commit 4c0d544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ from piqture.data_loader.mnist_data_loader import load_mnist_dataset
from piqture.embeddings.image_embeddings.ineqr import INEQR

# Load MNIST dataset
train_dataset, test_dataset = load_mnist_dataset()
train_dataset, test_dataset = load_mnist_dataset(img_size=(8, 8))

# Retrieve a single image from the dataset
image, label = train_dataset[0]
Expand Down

0 comments on commit 4c0d544

Please sign in to comment.