You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: