Skip to content

Commit

Permalink
Fix typo in ChannelScaledNormalizer (intel#1619)
Browse files Browse the repository at this point in the history
  • Loading branch information
wendyshusband authored and hkvision committed Sep 16, 2019
1 parent 267f4b2 commit 8f6f16e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import com.intel.analytics.bigdl.transform.vision.image.augmentation.ChannelScal
*
* @param meanR Integer. The mean value for channel R.
* @param meanG Integer. The mean value for channel G.
* @param meanB Integer. The mean value for channel R.
* @param meanB Integer. The mean value for channel B.
* @param scale Double. The scale value applied for all channels.
*/
class ImageChannelScaledNormalizer(meanR: Int, meanG: Int,
Expand Down

0 comments on commit 8f6f16e

Please sign in to comment.