TensorFlowASR icon indicating copy to clipboard operation
TensorFlowASR copied to clipboard

test.py not run with cpu=false

Open hoangnhevf opened this issue 2 years ago • 2 comments

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: image

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

hoangnhevf avatar Jun 14 '23 10:06 hoangnhevf

您好,您的邮件我已收到。我会尽快给您回复。祝好!

Aegon007 avatar Jun 14 '23 10:06 Aegon007

Hi there, Thanks for putting together this repo. Great resource. Any progress on this? Thanks.

ROZBEH avatar Dec 01 '23 01:12 ROZBEH

this will be fixed in the v2

nglehuy avatar Apr 06 '24 04:04 nglehuy

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

nglehuy avatar May 04 '24 17:05 nglehuy