-
Notifications
You must be signed in to change notification settings - Fork 18.6k
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
add flatten layer #6
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closed
mitmul
pushed a commit
to mitmul/caffe
that referenced
this pull request
Sep 30, 2014
add flatten layer
puzzledqs
pushed a commit
to puzzledqs/caffe
that referenced
this pull request
Oct 8, 2014
Get update accumulation from me
lukeyeager
added a commit
to lukeyeager/caffe
that referenced
this pull request
Jun 10, 2015
Quick shared lib versioning fix for cmake.
Closed
aidangomez
added a commit
to alejandro-isaza/caffe
that referenced
this pull request
Jul 20, 2015
One can now specify trained_layers in the solver prototext and have the net simply continue training the layers with those predefined weights.
marcino239
pushed a commit
to marcino239/caffe
that referenced
this pull request
Jan 6, 2016
Add option to set # hidden units in RNN layer.
naibaf7
pushed a commit
that referenced
this pull request
Mar 6, 2016
Fixed convolution_spatial cpu version bug by replacing the Forward_cp…u code with corresponding code of base convolution layer
lukeyeager
pushed a commit
to lukeyeager/caffe
that referenced
this pull request
Jul 8, 2016
Fix accuracy issues with FP16 for GoogLeNet.
andpol5
pushed a commit
to andpol5/caffe
that referenced
this pull request
Aug 24, 2016
update from updstream
coder-james
pushed a commit
to coder-james/caffe
that referenced
this pull request
Nov 28, 2016
let CMake support c++11
mbassov
pushed a commit
to mbassov/caffe
that referenced
this pull request
Aug 28, 2017
DEV-26712: Update Makefile.config to be EC2 version
dillonfzw
added a commit
to bluemindor/caffe
that referenced
this pull request
Dec 3, 2017
* 3f48aeb merge to new bvlc base c0597b1 |\ | * fc0a02e Merge pull request BVLC#6 from yahoo/jun_cos_layer | |\ | | * 807ee66 enhance cos layer | |/ | * ce1db4b Merge pull request BVLC#5 from yahoo/new_data_layer | |\ | | * d4b2bf1 new datalayer changes | |/ | * 5498759 Merge pull request BVLC#4 from yahoo/clean_permission | |\ | | * 9b7fff8 Permission change for travis | | * 8377456 Added dynamic linker resolution | | * 840d6b5 Synchedmem | | * 5fc8416 Need set_gpu_data | | * ea0a8cb Merge branch 'bvlc_master' into clean_permission | | * fb7e2a9 fix file permissions | |/ | * 611197a Merge pull request BVLC#3 from yahoo/python_path_patch | |\ | | * e107fb7 Python path patch | |/ | * 486f979 Merge pull request BVLC#2 from anfeng/master | |\ | | * 9cdfeb2 fix field Id for dataframe_format | |/ | * f4e26f1 move dataframe format setting into prototxt | * 23b0191 Merge pull request BVLC#1 from yahoo/afeng_df | |\ | | * 177e0d9 MemoryDataLayer optional fields for DataFrames | |/ | * 4b677c6 initial commit * eb8dfc8 Merge pull request BVLC#6 |\ | * 864aa65 implement CPU-GPU parameter update for data parallelism * 411aafd Merge pull request BVLC#5 * 0cb7d18 Avoid sending the prefetched batch back to host
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.