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

can you explain the function of the parameters in the runExperiment #2

Open
fanxuansoft opened this issue Dec 5, 2018 · 4 comments

Comments

@fanxuansoft
Copy link

Hello, can you explain the function of the parameters in the runExperiment.py file in the readme, i want to read your code, it is difficult to read for me

@khurramjaved96
Copy link
Owner

Yes, sure.
I'll update the code this week so it's more readable; there are some parameters corresponding to ideas that we tried that didn't work. I'll also remove those to make things more clear.

@khurramjaved96
Copy link
Owner

I've added slightly better description of each parameter; just run 'python run_experiment -h' to see what each parameter mean.

Let me know if something is not clear.

@fanxuansoft
Copy link
Author

thank you

@fanxuansoft
Copy link
Author

Hello,Your code is very useful to me, I have a question and hope to get your help.

I want to do incremental training of a deep convolutional neural network (CNN) model as new classes are added to the existing data. The CNN model is initially fully trained for classifying, say, 500 classes with 1 million images. Now, new data is available which has 50 new classes with 10000 images in addition to earlier 500 classes.

This addition of new classes in the data will be an ongoing occurrence every few days or every week.

Incremental training: I want to avoid training with full 1 million + 10000 images because of the training time. Any technique using the new 10000 images (50 classes) + tiny fraction of original 1 million (500 classes) will qualify as incremental training. I am aware of 'catastrophic forgetting' in NNs; however, I am looking for way to work around that.

I don't know if your code can solve my problem.and I hope you can give me some ideas.

@fanxuansoft fanxuansoft reopened this Dec 10, 2018
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