Ioannis Siglidis

Results 34 issues of Ioannis Siglidis

- [x] I have searched to see if a similar issue already exists. **Describe the solution you'd like** I want to use sketch inside gradio but I would like the...

enhancement
new component

Hi! Firstly thanks a lot for your amazing work and contribution! I was really motivated to try your code in a real custom dataset of about 140K pictures in 512x512....

Hey you seem to set len(sel.lex) as the size of the latent vector. https://github.com/amzn/convolutional-handwriting-gan/blob/f7daa5045a281be23c1d20c5b74f12ffbddf69f9/models/ScrabbleGAN_baseModel.py#L109 self.lex is the lexicon and as so taking it's size will return the number of words...

Hi, I'm trying to evaluate with your method and I can't find the script that runs evaluation on a val/test set, i.e. runs the whole dataset and produces reconstruction error...

Hi, I see that the code can generate words. But I don't see how to generate a line consistently, i.e. give an input x = 'I like cats' and get...

Hi, I was curious if there is a way to use pre-trained language models (BERT, GPT, ..) on monolingual SL/TL data inside any translation model (as is the case with...

Hi. I am new to marian-nmt and as I am fascinated with its capabilities I was curious if there was a support for the following problem: Let's say I want...

Hi, your code seems interesting and I tried to run it on a personal example. First you don't specify the torch version, though it seems to work with the latest...

Hi and thank you for this wonderful package. Seeing the code for the enwiki8 transformer model, you don't seem to save anywhere the model or the weights, for latter use....

I have all sorts of problems trying to simplify the code, so I can do inference on a custom dataset with NO annotations. Is there an easy way you can...