test.py not run with cpu=false
Hi, when I run TensorFlowASR\examples\contextnet\test.py with cpu=false, system run very slow and not response results.
When i readme.md (it only not support tpu, => i set cpu = false, have system run gpu?), program stopped here:
Please support me, Thanks
Python: 3.8 Tensorflow-gpu: 2.8 I tried with Cuda toolkit: 11.0, 11.1, 11.2 GPU: GTX 2070
您好,您的邮件我已收到。我会尽快给您回复。祝好!
Hi there, Thanks for putting together this repo. Great resource. Any progress on this? Thanks.
this will be fixed in the v2
TensorFlowASR v1.x is not deprecated and no longer supported
TensorFlowASR v2.x drops the use of tensorflow-io package, and the naive implementation of rnnt beam search
The implementation of greedy decoding is fixed by limiting number of tokens per frame, which avoids loop indefinitely
Please try with the v2.x version, the pretrained contextnet can be found here
Close here, feel free to reopen if you have further questions