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 A CUSTOM DATASET #5

Open
saydek217 opened this issue May 25, 2022 · 2 comments
Open

TRAINING ON A CUSTOM DATASET #5

saydek217 opened this issue May 25, 2022 · 2 comments

Comments

@saydek217
Copy link

i am wondering what changes are needed to train the model on a custom dataset.
thank you

@BME-Muaaz
Copy link

I am wondering what changes are needed to train the model on a custom dataset. thank you

Me too. could you please let me know what are the changes if know? Thanks in advance

@HenriqueCA
Copy link

You need to change the method preprocessing in utils/data_utils.py.
What I did was store my custom dataset in a TFRecord format. Look into how to store and read TFRecords in Tensorflow (it's simple after you understand it).
After that, map the preprocessing method in your dataset (make the same pipeline as the method in this repository), then the rest of the code is basically the same.

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

3 participants