Results 21 comments of Andrei

I added "-profile hdv_1080_25p" to Command 1 And now everything seems fine. Thank you for your help!

Punctuation support in text?

I think you are using a static frame. This method is only suitable for video. Turn a static frame into a video. But the result obtained by me is also...

@jorgtied This is the code before my changes: ``` sentSource = self.sentence_splitter([self.normalizer(srctxt)]) ``` As you can see, the string turns into a list. That is, in any case, a list...

Try other video. Perhaps this video there are no keyframes or something else.

http://020018.businesscatalyst.com/assets/vidwp.mp4 There is no sound. Do exactly as in the example: http://andchir.github.io/jquery-video-extend/

Python 3.10: ~~~ import os os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3' import py import tensorflow as tf from tensorflow.io import read_file, write_file from tensorflow.image import decode_jpeg num_deleted = 0 for folder_name in ("Cat",...

**0.13.2rc1** - RabbitMQ - works fine, but options "broker_url, broker_transport_options" in settings don't work now. `broker_url = "filesystem://"` - does not work (Worked in previous release).

> Missing key(s) in state_dict: "decoder.layer_norm.weight", "decoder.layer_norm.bias". There is a solution?