- Jul 01, 2016
-
-
Xingyu Na authored
-
- Jun 28, 2016
-
-
Daniel Povey authored
Fix bug introduced in #863
-
Shiyin Kang authored
resize the result matrix before back-propagation
-
Xingyu Na authored
-
Daniel Galvez authored
-
- Jun 26, 2016
-
-
Daniel Povey authored
Standard way to represent inf
-
Shiyin Kang authored
-
Daniel Povey authored
For compatibility with MS Visual Studio.
-
tal1974 authored
-
Daniel Povey authored
Speed up SoftmaxComponent::Backprop()
-
- Jun 25, 2016
-
-
Daniel Povey authored
yesno recipe data prep: paths to absolute + misc.
-
jfainberg authored
-
Shiyin Kang authored
New: For CuMatrix::DiffSoftmaxPerRow<float>, for dim = 16, speed was 0.0165568 gigaflops. Old: For CuMatrix::DiffSoftmaxPerRow<float>, for dim = 16, speed was 0.00355242 gigaflops. New: For CuMatrix::DiffSoftmaxPerRow<float>, for dim = 32, speed was 0.0678791 gigaflops. Old: For CuMatrix::DiffSoftmaxPerRow<float>, for dim = 32, speed was 0.0145515 gigaflops. New: For CuMatrix::DiffSoftmaxPerRow<float>, for dim = 64, speed was 0.24739 gigaflops. Old: For CuMatrix::DiffSoftmaxPerRow<float>, for dim = 64, speed was 0.0583246 gigaflops. New: For CuMatrix::DiffSoftmaxPerRow<float>, for dim = 128, speed was 0.898427 gigaflops. Old: For CuMatrix::DiffSoftmaxPerRow<float>, for dim = 128, speed was 0.225076 gigaflops. New: For CuMatrix::DiffSoftmaxPerRow<float>, for dim = 256, speed was 2.89009 gigaflops. Old: For CuMatrix::DiffSoftmaxPerRow<float>, for dim = 256, speed was 0.834096 gigaflops. New: For CuMatrix::DiffSoftmaxPerRow<float>, for dim = 512, speed was 6.72164 gigaflops. Old: For CuMatrix::DiffSoftmaxPerRow<float>, for dim = 512, speed was 1.92722 gigaflops. New: For CuMatrix::DiffSoftmaxPerRow<float>, for dim = 1024, speed was 10.4916 gigaflops. Old: For CuMatrix::DiffSoftmaxPerRow<float>, for dim = 1024, speed was 2.78281 gigaflops. New: For CuMatrix::DiffSoftmaxPerRow<double>, for dim = 16, speed was 0.0148584 gigaflops. Old: For CuMatrix::DiffSoftmaxPerRow<double>, for dim = 16, speed was 0.00260567 gigaflops. New: For CuMatrix::DiffSoftmaxPerRow<double>, for dim = 32, speed was 0.0586865 gigaflops. Old: For CuMatrix::DiffSoftmaxPerRow<double>, for dim = 32, speed was 0.0121077 gigaflops. New: For CuMatrix::DiffSoftmaxPerRow<double>, for dim = 64, speed was 0.22893 gigaflops. Old: For CuMatrix::DiffSoftmaxPerRow<double>, for dim = 64, speed was 0.0527767 gigaflops. New: For CuMatrix::DiffSoftmaxPerRow<double>, for dim = 128, speed was 0.763462 gigaflops. Old: For CuMatrix::DiffSoftmaxPerRow<double>, for dim = 128, speed was 0.175736 gigaflops. New: For CuMatrix::DiffSoftmaxPerRow<double>, for dim = 256, speed was 2.40457 gigaflops. Old: For CuMatrix::DiffSoftmaxPerRow<double>, for dim = 256, speed was 0.58351 gigaflops. New: For CuMatrix::DiffSoftmaxPerRow<double>, for dim = 512, speed was 4.55165 gigaflops. Old: For CuMatrix::DiffSoftmaxPerRow<double>, for dim = 512, speed was 1.42464 gigaflops. New: For CuMatrix::DiffSoftmaxPerRow<double>, for dim = 1024, speed was 4.36421 gigaflops. Old: For CuMatrix::DiffSoftmaxPerRow<double>, for dim = 1024, speed was 1.94971 gigaflops.
-
Shiyin Kang authored
-
Shiyin Kang authored
-
- Jun 23, 2016
-
-
Dan Povey authored
Modify error message and documentation to suggest nvidia-smi -c 3 (process exclusive mode) as thread exclusive mode is deprecated now
-
Daniel Povey authored
-
Daniel Povey authored
fix bug in determinize-star-inl.h that affected goodness of hashing function (thanks: EnochLiou); fix problem in lattice-oracle error message found by Nicolas Serrano.
-
- Jun 22, 2016
-
-
Daniel Povey authored
Fixed pitch_functions to behave correctly with snip_edges=false
-
Blaise Potard authored
* Fixed snip_edges=false behaviour to have an expected feature delay of frame_shift/2 instead of being identical to the delay of snip_edges=true. This makes the behaviour of snip_edges=false consistent with other feature extractions tools. * Added a unit test that ensure snip_edges=false behaves as expected, by calculating the actual delay between outputs only differing by snip_edge through cross-correlation. * Refactored ExtractFrame to treat both edge cases symmetrically * Calculating window size / shift by dividing by 1000 instead of multiplying by 0.001 to fix unexpected behaviour with non integer window size / shift. * Made sure all changes pass google code validation * Changed all feature window functions to use precalculated factor: in my opinion it make the functions easier to compare, and it may be a bit faster. Note that the feature delay of snip_edges=true (the default) is rather difficult to predict (and almost certainly not what people assume), which almost certainly makes the use of pitch features problematic at the moment. I would suggest switching to snip_edges=false for new recipes.
-
Yiming Wang authored
-
- Jun 21, 2016
-
-
Daniel Povey authored
Add option to skip nnet3 decode diagnostics
-
Allen Guo authored
-
Daniel Povey authored
fix the order >=2 process of bigger files
-
vince62s authored
fix per Dan's instructions sorry forgot to save before commit fix per Dan's instructions another typo fixed
-
- Jun 20, 2016
-
-
Daniel Povey authored
fixes #849
-
xiaohui-zhang authored
-
Daniel Povey authored
Fast group pnorm code path for p=0,1,2,inf
-
Daniel Povey authored
adding compile support for cuda8
-
- Jun 17, 2016
-
-
Daniel Povey authored
Fix duplicate option registers
-
Xingyu Na authored
-
- Jun 14, 2016
-
-
Jan Trmal authored
-
Daniel Povey authored
-
- Jun 13, 2016
-
-
Daniel Povey authored
Add missing dependency to Makefiles
-
Pavel Denisov authored
-
- Jun 12, 2016
-
-
Daniel Povey authored
-
Daniel Povey authored
For compatbility with HTK USEPOWER option have added --use-power opti…
-
Daniel Povey authored
Add some diagnostic scripts to analyze initial/final silence lengths and related things; call them from alignment and decoding scripts.
-
Jan "yenda" Trmal authored
fix bug make_segmentation_graph and make_utterance_graph
-
Daniel Povey authored
thchs30-add-real-spkinfo
-