nnet-normalize-component.h File Reference

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>
Include dependency graph for nnet-normalize-component.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

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.