Alessandro Suglia

Results 21 issues of Alessandro Suglia

Hi, First of all, thanks a lot for releasing this codebase to the public. I was playing with the code and I realised that you assume that all the data...

Hi Ranjay, Thanks a lot for providing the community with such an amazing resource. I tried to recreate a working snapshot of VisualGenome on my computer by downloading the following...

Huggingface [Datasets](https://github.com/huggingface/datasets) has nicely gathered popularity over the last few months and it has a very simple API for accessing the most common NLP datasets. In addition, it has the...

Feature request

Hi there, Thanks a lot for your code release. I noticed that the VinVL features are not available anymore: https://github.com/microsoft/Oscar/blob/master/VinVL_DOWNLOAD.md#pre-exacted-image-features Could you please advise?

https://arxiv.org/pdf/2110.06848.pdf

new algorithm request

Hi there, I'm trying to load a trained language model from another project. Unfortunately, I'm not able to load it because it requires the definition of the `model` module. As...

Hi there, I would like to use your Python API directly in my PyTorch dataset to render text from a dataset of strings. Unfortunately, I cannot keep in memory my...

I'm running your VQA model on Google colab and I seem to get an error when loading the model weights: ``` Building Model at GPU 0 Some weights of VLT5VQA...

## Problem AllenAct represents a framework for learning to act in 3D environments. Learning complex tasks from scratch, without human supervision is very challenging. Additionally, learning from raw pixels is...

enhancement

Hi there, I am working with Banana in order to create tag cloud related to a given collection. Unfortunately, seems that the `stopwords` variable declared in the file `app/panels/tagcloud/stopWords.js` it...