Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: BVLC/caffe
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d23416667d4daaf3c15f7f1b6e6fbfe6917bfbc8
Choose a base ref
..
head repository: BVLC/caffe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8a2b4e877ecca4a7ea559c2993d4851b88b91131
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/caffe/test/test_filter_layer.cpp
2 changes: 1 addition & 1 deletion src/caffe/test/test_filter_layer.cpp
Original file line number Diff line number Diff line change
@@ -119,7 +119,7 @@ TYPED_TEST(FilterLayerTest, TestGradient) {
LayerParameter layer_param;
FilterLayer<Dtype> layer(layer_param);
GradientChecker<Dtype> checker(1e-2, 1e-3);
// check only input 0(data) because labels and selector
// check only input 0 (data) because labels and selector
// don't need backpropagation
checker.CheckGradientExhaustive(&layer, this->blob_bottom_vec_,
this->blob_top_vec_, 0);