Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
koki0702 committed Aug 7, 2015
1 parent d4aa5fe commit f5116a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/caffe/layer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class Layer {
const vector<Blob<Dtype>*>& top) {}

/**
* @brief Adjust the shapes of top blobs and internal buffers to accomodate
* @brief Adjust the shapes of top blobs and internal buffers to accommodate
* the shapes of the bottom blobs.
*
* @param bottom the input blobs, with the requested input shapes
Expand All @@ -95,7 +95,7 @@ class Layer {
* This method should reshape top blobs as needed according to the shapes
* of the bottom (input) blobs, as well as reshaping any internal buffers
* and making any other necessary adjustments so that the layer can
* accomodate the bottom blobs.
* accommodate the bottom blobs.
*/
virtual void Reshape(const vector<Blob<Dtype>*>& bottom,
const vector<Blob<Dtype>*>& top) = 0;
Expand Down

0 comments on commit f5116a1

Please sign in to comment.