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

Training on own data #23

Closed
davidmrau opened this issue Apr 20, 2022 · 3 comments
Closed

Training on own data #23

davidmrau opened this issue Apr 20, 2022 · 3 comments

Comments

@davidmrau
Copy link

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?

@krandiash
Copy link
Contributor

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 wandb=null flag. Let us know if you run into any bugs along the way. This should be a good starting point to tweak from.

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:

@krandiash
Copy link
Contributor

Closing this issue for now, feel free to reopen if you run into trouble.

@davidmrau
Copy link
Author

@krandiash Thanks a lot. I got it to run. However, using a custom name threw an error so I just used the youtubemix.yaml and copied my files to data/youtubemix.

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