keanu
keanu
> Have you solved this problem? I have the same too. no.
> I got the similar problem when converting torch to tf through onnx with error: `ValueError: Shapes must be equal rank, but are 0 and 3 for 'onnx_tf_prefix_Where_118' (op: 'Select')...
@xingchensong 你好,wfst的规则转换, 可以像支持tts前端ssml那种功能吗? 就是可以指定某个子串按照某种固定读法读. toy example: `1234` 中1234 会转换成成:一二三四. 而不是:一千二百三十四.
Standalone code `y = tf.keras.layers.Cropping1D(cropping=(-1,0))(x)` parameter should be -1
I install tf with `pip install tensorflow-cpu` (version is 2.11)
First, `The cropping argument must be a tuple of 2 integers and does not satisfy the requirement >= 0` is only true when `tensorflow` version is earlier than 2.6 (the...
So my question is how to use `Cropping1D()` in tensorflow 2.11 consistent with the behavior in tensorflow 1.15. Or is there another way to do it in tensorflow 2.11. Thanks...
ok. Thanks for your reply.