mirror of
https://github.com/ION606/COGMOD-HWI.git
synced 2026-05-14 22:16:57 +00:00
added base project
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from torchvision.datasets import CIFAR10, CIFAR100
|
||||
import tensorflow_datasets as tfds
|
||||
|
||||
ds10 = CIFAR10(root='data/', train=True, download=True)
|
||||
ds100 = CIFAR100(root='data/', train=True, download=True)
|
||||
|
||||
ds_c10c = tfds.load('cifar10_corrupted')
|
||||
Reference in New Issue
Block a user