Mykyta

Results 4 issues of Mykyta

I have wrapped ndarray::Array into an enum `InputTensor` with variants containing specific ndarray element types. I have modified Session to use this `InputTensor` enum along with `match` expression to destructure...

Hi! I've implemented export script for Flowtron+Waveglow to ONNX, so dropping a pull request in case you'd want to add this functionality to your project. Tested it on LibriTTS pretrained...

BLEURT reward function fails with `TypeError: cannot pickle '_thread.RLock' object` in multiprocessing environments. Probably because it can't pickle Tensorflow model to send to environment subprocess. Tested on both local and...

Hello I would like to implement self-play dialogue training. For that I guess I need to modify episode rollout process by adding formatting like speaker id on the start of...