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

Low accuracy #1

Open
chih3b opened this issue May 9, 2024 · 7 comments
Open

Low accuracy #1

chih3b opened this issue May 9, 2024 · 7 comments

Comments

@chih3b
Copy link

chih3b commented May 9, 2024

Hello,first of all thank you for providing this amazing project,You helped me a lot.But,the accuracy is very bad,is there a way to pass the ram limit in kaggle or something?

@rashidkisejjere0784
Copy link
Owner

Hello,first of all thank you for providing this amazing project,You helped me a lot.But,the accuracy is very bad,is there a way to pass the ram limit in kaggle or something?

Hey @chih3b , thank you for your interest in the project,yes there are a couple of ways to improve it. Previously I was just loading all the images into memory and that's why it ran out of RAM, this can be fixed by utilizing Generators instead

@chih3b
Copy link
Author

chih3b commented May 9, 2024

Thanks for responding,can you explain how to do that please?

@rashidkisejjere0784
Copy link
Owner

Okay generators help to minimize if not to get rid of potentially running out of memory when working with bulky data. They only retrieve data from storage that is to be used. There are a couple of tutorials on how to import data using generators [https://towardsdatascience.com/keras-data-generators-and-how-to-use-them-b69129ed779c](Checkout this Article). All this generators here will definitely help to avoid the issue of running out of RAM

@chih3b
Copy link
Author

chih3b commented May 9, 2024

Thank you so much.You really saved a lot of time for me.If it is possible can you u update the project to implement these generators or other methods to limit out of memory error?

@rashidkisejjere0784
Copy link
Owner

Thank you so much.You really saved a lot of time for me.If it is possible can you u update the project to implement these generators or other methods to limit out of memory error?

I will look into it and see

@chih3b
Copy link
Author

chih3b commented May 9, 2024

Thank you.waiting for updates😁

@chih3b
Copy link
Author

chih3b commented May 10, 2024

did you find a solution bro?i really need this project.it would be a great favor if you help me with it.

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