-
Notifications
You must be signed in to change notification settings - Fork 294
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
Training on own data #23
Comments
The easiest way to do this is:
You can then try to run training out-of-the-box python -m train wandb=null experiment=sashimi-youtubemix dataset=<your-dataset-name> if you use wandb you can leave out the Caveat: if you have a custom train-val-test split, you'll need to implement things in Python instead. The main things to look at are:
|
Closing this issue for now, feel free to reopen if you run into trouble. |
@krandiash Thanks a lot. I got it to run. However, using a custom name threw an error so I just used the |
I'd like to train a sashimi model on my own data. Could you please let me know in what structure the data needs to be in order to be compatible with the dataloder?
The text was updated successfully, but these errors were encountered: