Skip to content

Commit

Permalink
Add digits dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
braun-steven committed Mar 12, 2024
1 parent 593aad8 commit b4b7fda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions simple_einet/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def get_data_shape(dataset_name: str) -> Shape:
"flowers": (3, 32, 32),
"tiny-imagenet": (3, 32, 32),
"lfw": (3, 32, 32),
"digits": (1, 8, 8),
}[dataset_name]
)

Expand Down

0 comments on commit b4b7fda

Please sign in to comment.