visdial-challenge-starter-pytorch icon indicating copy to clipboard operation
visdial-challenge-starter-pytorch copied to clipboard

Starter code in PyTorch for the Visual Dialog challenge

Results 14 visdial-challenge-starter-pytorch issues
Sort by recently updated
recently updated
newest added

`def _pad_sequences(self, sequences: List[List[int]]): """Given tokenized sequences (either questions, answers or answer options, tokenized in ``__getitem__``), padding them to maximum specified sequence length. Return as a tensor of size ``(*,...

Bumps [numpy](https://github.com/numpy/numpy) from 1.15.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.12.0 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.3.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

Hi, thanks for your code. May I ask which faseter-rcnn model you use to extract the image feature? I would like to use this model to extract the image feature...

Hi @kdexd , Is it possible to release the bounding box information (co-ordinates/labels) of the detectron features to actually map these features to the original images. Thanks.

Hi, Thank you for your code. As I go deeply into this code, I found the training step is particular slow. The problem here (I guess) is the dataset construction...

ERROR: Could not find a version that satisfies the requirement torch==1.0.0 (from -r requirements.txt (line 10)) (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2) ERROR: No matching distribution found for torch==1.0.0 (from -r...

Hi @kdexd I am running into all kinds of shared memory errors after this commit 9c1ee36b85c2c63d554471cac2825cf0b9cf2efd https://github.com/pytorch/pytorch/issues/8976 https://github.com/pytorch/pytorch/issues/973 I guess this parallelization is not stable; sometimes it run while sometimes...