Guillaume Androz

Results 6 issues of Guillaume Androz

I did not find if it is possible to do this, but it would be great to be able to generate a navigation table, kind of a TOC to quickly...

feature

This would be great to allow local build artifacts to be unzipped/flatten when saved on disk, or maybe support reports. My usecase is as follow: Codebuild is used to perform...

feature request
CodeBuild-local

Hi, I've just ended a training of a conformer using the sentencepiece featurizer on LibriSpeech over 50 epochs. Here are the results if you want to update your readme: ```...

enhancement

It could be fun to support training over multi-GPU. The goal is not to increase the batch size but to increase the model size, so the model would have to...

question

I got this test error ``` FAIL: test_multiple_batches_gpu (__main__.WarpRNNTTest) WarpRNNTTest.test_multiple_batches_gpu ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/guillaume/src/warp-transducer/tensorflow_binding/tests/test_warprnnt_op.py", line 96, in test_multiple_batches_gpu self._test_multiple_batches(use_gpu=True) File "/home/guillaume/src/warp-transducer/tensorflow_binding/tests/test_warprnnt_op.py", line 89, in _test_multiple_batches self._run_rnnt(acts,...

Working with Oracle databases can be tricky sometime, especially with double quotes and aliases. In the current state, there is a bug around the WITH clause that does not encapsulate...