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

It is difficult to train in Large dataset. #14

Closed
Paper99 opened this issue May 2, 2017 · 3 comments
Closed

It is difficult to train in Large dataset. #14

Paper99 opened this issue May 2, 2017 · 3 comments

Comments

@Paper99
Copy link

Paper99 commented May 2, 2017

I use 80000 samples to train the jointed net. But when I finished the first CNN update, it is difficult to run the next step. This code seemly have a large amount of computation in computing the 'Affinity',
How can I solve this problem?

@jwyang
Copy link
Owner

jwyang commented May 2, 2017 via email

@Paper99
Copy link
Author

Paper99 commented May 3, 2017

Thanks for your advice.
I attempt to compute partial affinity by spliting NNs to batches like you did in batch knn. But I failed. Because NMI for MNIST-test is much lower than before.
So how can I correctly get the partial affinity.

@jwyang
Copy link
Owner

jwyang commented May 5, 2017

Hi, I think one way to solve this is using some fast knn algorithm to build connections for close samples, and then compute the affinity for these close samples.

@jwyang jwyang closed this as completed Sep 4, 2017
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