Skip to content

How to create a non-computational visual domain data #370

Discussion options

You must be logged in to vote

Hi @LeighSu

If you're using torchdistill=v0.3.3 (which I'd suggest at this time), you can register your own dataset like this

from torchdistill.datasets.registry import register_dataset


@register_dataset
class YourOwnDataset(...):
    ...

and specify the dataset name and kwargs in your yaml file

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by LeighSu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants