Alexander Shirnin

Results 9 issues of Alexander Shirnin

Is it possible to use this model to caption one image in code, for example, in google colab, without running script?

I used models like LXMERT and Visual Bert for VQA task on COCO dataset and was able to get a list of probabilities for possible answers (there are limited number...

Hello, I want to use OFA and need to save it. 1. Can I somehow save it via torch jit script? I tried, but there is an error. 2. Also,...

Sorry for dumb questions. I didn't really understood the description. Is it possible to use your checkpoints for ViT models to do classification tasks? Can I just load them into...

Is it possible to save somehow a list of the validation scores (on epochs or batches) after training? I have some problems with output on my server, it deletes usually,...

How to save the model after each epoch training? I use fit method for 5 epochs and do not really understand hot to save after each one. not only after...

How did you get the score for question labels? `'label': {'picnic table': 1, 'skateboard': 0.3, 'table': 0.9}`

Is it possible to use this model in python code to predict answers for several samples at one time (i.e. using it for batch predictions)? If it is possible, could...

Hello, I really liked the idea of your paper. I am interested in using this model for another dataset with NER. Is it possible to use my own dataset in...