-
Notifications
You must be signed in to change notification settings - Fork 253
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 for my own dataset #6
Comments
I have the same question. How to train on my custom dataset. It is trying to load saved models, which does not exist already. Any help will be appreciated |
@MathiasGruber your help is really appreciated, how to run the code? |
You should follow the notebook "Step4 - Imagenet Training.ipynb", and change the TRAIN_DIR, TEST_DIR and VAL_DIR as appropriate. Let me know if it doesn't work :) |
Yes, thanks for the reply. I have changed the directories. But in later part where you are trying to load model, and trying to access logs, its empty. There is no model to load in Phase 1. Please correct if I am wrong |
i m getting this error (Found 0 images belonging to 0 classes.). do i have to put the images in a folder and wt should i name it? also i followed the same paths to train, pexels and val |
Have you solved this problem ?Thanks for your answer. |
Sadly still didn't find a solution |
@NerminSalem @Zzzzy411 |
Hi, have you any solution for this problem? Thanks. |
|
i m getting this error (Found 0 images belonging to 0 classes.). do i have to put the images in a folder and wt should i name it? also i followed the same paths to train, pexels and val |
I've updated the repo with a CLI, so you should now be able to do: Note that each image folder needs one or more subfolders that contain the actual images, since I'm basing my image generator on the ImageDataGenerator. |
i have an issue |
i have the same problem , do you fix it? |
|
i fix it , delete the 'val' because there is no 'val' folder in your valiation sample |
delete 'val' in your valition sample |
Are you training on your own training set? |
data/ |
thanks alot for sharing yr code.
how can i use it to train on my own dataset ? also i have a question regarding used loss function, from wt i understand of yr code is that u only used root mean sqaure loss, is that correct?
yr help is really appropriated
The text was updated successfully, but these errors were encountered: