Open james2v opened 1 year ago
l load dataset with this and unzip the datafile into this data structure
from datasets import load_dataset
ds=load_dataset('/imagenet-1k',streaming=True)
and then use the command code it provided from the hub. It works finally.
But i cannot processs the training because of the limit computing source.
Thanks a lot!
i have the same question, too. Looking forwarf to your follow-up progress.