-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
What does InsertSplit() / SplitLayer do? #767
Comments
Hi, could you have a test without the |
I'm testing it in accordance to your advise. |
In line 52~53 of the file
I think it's the reasons. And I have wrote the following testing code to check the difference. Because the lenet's network doesn't need the split layers, there is no difference in your kind test above. The following file
the
The
and the
and thw the output of
and the output of
|
Thank you so much!! :) It helps me a lot! |
The Please continue the discussion on the caffe-users mailing list. As of the latest release we prefer to keep issues reserved for Caffe development. Thanks! |
That’s right. It will create one additional layer and blobs as many as the top layers above the bottom layer. @lim0606 |
Hi! I'm learning 'caffe' to develop new some other functionality in it, including new solvers.
However, I'm stuck at understanding the initialization of Net class (network architecture), especially understanding InsertSplit's purpose.
I've tried to understand its function in Init() of Net class, but I still have no clues. Is there anyone who can give an advise on what it stands for?
That will be a great help!. Thanks :)
The text was updated successfully, but these errors were encountered: