mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-11-05 17:34:21 +00:00
Add epsilon param to batch norm
This commit is contained in:
@@ -10,7 +10,7 @@ namespace CUDANet::Layers {
|
||||
|
||||
class BatchNorm : public WeightedLayer {
|
||||
public:
|
||||
BatchNorm(int inputSize, int inputChannels, ActivationType activationType);
|
||||
BatchNorm(int inputSize, int inputChannels, float epsilon, ActivationType activationType);
|
||||
|
||||
~BatchNorm();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user