HarryDunham

Results 3 comments of HarryDunham

Similar issues include: https://github.com/tensorflow/tensorflow/issues/47325 https://github.com/TensorSpeech/TensorFlowASR/issues/71

I can also confirm ```python with tf.device("/CPU:0"): doc = tf.constant(["Hello this is sentence 1. This is sentence 2."]) print(split_sentences(doc)) ``` yields ```shell ``` without issue. However, this does not address...

@broken Thank you for the insight. Does > TF should be running imply that the onus is on tensorflow to avoid these types of errors rather than the user? I.e....