Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run your code om custom dataset #20

Open
Altaf-hucn opened this issue Jun 1, 2021 · 1 comment
Open

How to run your code om custom dataset #20

Altaf-hucn opened this issue Jun 1, 2021 · 1 comment

Comments

@Altaf-hucn
Copy link

Thank you for sharing your code. I want to run your code on our own dataset. please guide us how to prepared dataset and then pass to your code. Thank you have a nice day.

@noureldien
Copy link
Owner

noureldien commented Jun 3, 2021

Hello Altaf,

Thanks for asking. You can easily use dataloader and dataset classes already available for many datasets in pytorch and many github pages. If you cannot find one for your data, you can easily find tutorials for how to build dataloader and dataset classes for your custom dataset. Then, you can easily use timeception model and the dataset dataloader inside a pytorch training loop like this one
https://github.com/noureldien/vivit_pytorch/blob/master/core/pytorch_learners.py#L36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants