Conversation
|
sorry I am a bit sick and haven't got to this yet... I'll try to check it On Tue, Feb 16, 2016 at 7:49 PM, pegahgh [email protected] wrote:
|
| "The numebr of samples in input frame as product of frame_length by samp_freq."); | ||
| opts->Register("negation", &negation, "If true, the input value is negated randomly."); | ||
| opts->Register("noise-egs", &noise_egs, "If supplied, the additive noise is added."); | ||
| opts->Register("rand_distort", &rand_distort, "If true, the signal is slightly changes" |
|
I think I said previously that the signal-perturbing code should go in the xvector directory... actually scratch that, because that directory doesn't exist, the pure-xvector stuff goes in the ivector directory, and other stuff that depends directly on nnet3 goes in the nnet3 directory. Dan |
This pull request contains some design idea for vector-perturb-signal egs.