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 network on own data #4

Open
yh675 opened this issue Sep 18, 2020 · 1 comment
Open

Training network on own data #4

yh675 opened this issue Sep 18, 2020 · 1 comment

Comments

@yh675
Copy link

yh675 commented Sep 18, 2020

Hi,

Thanks for sharing this cool work!

Is it possible to train the network on my own dataset?

@EmilienDupont
Copy link
Collaborator

Hi, thank you! Yes it should definitely be possible to train the model on your own dataset. You can add a dataloader for your own dataset (in utils/dataloaders.py) and then import it in the main.py script. The model should then train on your dataset.

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