This file contains declarations of components that in one way or another normalize their input: NormalizeComponent and BatchNormComponent. More...
#include "nnet3/nnet-common.h"
#include "nnet3/nnet-component-itf.h"
#include "nnet3/natural-gradient-online.h"
#include <iostream>
Go to the source code of this file.
Classes | |
class | NormalizeComponent |
class | BatchNormComponent |
struct | BatchNormComponent::Memo |
Namespaces | |
kaldi | |
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: | |
kaldi::nnet3 | |
This file contains declarations of components that in one way or another normalize their input: NormalizeComponent and BatchNormComponent.
Definition in file nnet-normalize-component.h.