Closed dilyabareeva closed 3 months ago
We want to be able to serialize datasets, without necessarily including the data itself. This is relevant for ToyBenchmarks.
root
transform
load_state_dict
state_dict
Potential inspiration: https://github.com/deel-ai/influenciae/blob/main/deel/influenciae/benchmark/base_benchmark.py
Problem
We want to be able to serialize datasets, without necessarily including the data itself. This is relevant for ToyBenchmarks.
Potential Solutions
root
andtransform
to Benchmark -> the benchmarks creates torchvision.datasets.ImageFolderload_state_dict
,state_dict
methods