Martin Antos

Results 6 comments of Martin Antos

In case you'd want to generate an image based on a text description how would you condition the model? Would this be necessary only in the top layer of the...

this works, thank you!

I have fixed this, happy to make a pr if you're interested. ``` r = ctparse('tomorrow 9-5') Out[27]: CTParse(2021-02-24 09:00 (X/X) - 2021-02-24 17:00 (X/X), (114, 128, 136, 128, 'ruleHHMM',...

Thanks! and correct, I'm referring to VQVAE2 (sorry for not specifying earlier). I've trained VQVAE (my own script) and extracted codes. As I'm using COCO, instead of one-hot I decided...

> @inferense thanks! Do you mind added a simple notebook with example usage to `langchain/docs/modules/indexes/document_loaders/examples/` (e.g., something like [this](https://github.com/rlancemartin/langchain/blob/e1fa1a41d0b2d7f476627a6798e98f02ebe4a83d/docs/modules/indexes/document_loaders/examples/youtube_audio.ipynb))? I'm very interested to test this. done!

this is great, thank you