Giter Club home page Giter Club logo

rva's Issues

Question about Gumbel Sampling

Hi,

I find the distribution, i.e. pi in Eq. (19) and Eq. (20) should use log before added to g. However, I have checked your codes, I find you do not use log on pi. Does it matter?

the loss is NAN

Follow the operation process of github, the loss will be nan at 5 epoch. I lower the learning rate, but the same situation will occur.
image

Some questions about the image features

Hello, i want to ask about the image features which are extracted from the detectron. When i extract them, i find their shapes are (36,1024), but the features' shapes which are extracted by batra-mlp-lab are (36,2048). So my question is how to deal with this problem? Thanks.

Extracting features

Under Extracting Features (Optional), you have this step:

Prepare the MSCOCO and Flickr images.

  • Where do I find the Flickr images? Could you remind me if that is the valid and test set?
  • MSCOCO images: did you download the train images from here? These are raw images, right? You didnt take any keypoints/captioning? So we have to download all the train/valid/test set?

Any preprocessing step required after that?

Thanks for your help :)

Parallelization error

Hi,

Did you also face this parallelization error while training? This seems to be strange since I am using in fact only one gpu-id!

  File " /home/shubham/rva/visdialch/encoders/modules.py", line 233, in forward
    ques_prob_refine = torch.bmm(ques_gs[:, i, :].view(-1, 1, 2), ques_prob).view(-1, 1, 2) # shape: [batch_size, num_rounds, 2]
RuntimeError: arguments are located on different GPUs at /pytorch/aten/src/THC/generic/THCTensorMathBlas.cu:479

Any suggestions please

The file 'init_glove.py' is missing.

Hi Yulei,

Thanks for your sharing of this copy of code. I am running the code as a baseline. In the Glove embedding initialization step,

python data/init_glove.py

I think the file 'init_glove.py' is missing.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.