-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chain xvector #7
base: xvector
Are you sure you want to change the base?
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 notifications@github.com 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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use - not _.
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.