iq icon indicating copy to clipboard operation
iq copied to clipboard

Information Maximizing Visual Question Generation

Results 14 iq issues
Sort by recently updated
recently updated
newest added

The inference script provided in the repo doesn't seem to work in its current form. I had to make some changes to it to make it run. In doing so,...

Bumps [numpy](https://github.com/numpy/numpy) from 1.12.1 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

Hi @ranjaykrishna , i am trying to execute python utils/vocab.py getting an error **"Traceback (most recent call last): File "utils/vocab.py", line 144, in vocab = build_vocab(args.questions, args.cat2ans, args.threshold) File "utils/vocab.py",...

Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.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

I tried to train the model as written in readme. However, when I tried to specify model_type, I got an error: ``` $ python train_iq.py --model-type ia2q usage: train_iq.py [-h]...

Hello Ranjay, thanks for your work. I have run the train_iq.py using the default lr 0.001, but after 4 epochs, the loss and other metrics got Nan. Is there something...

Is it possible to release the pretrained file?

Hi Ranjay, Would you please kindly fix this issue? Thanks a lot

Hi, Ranjay Thanks for releasing the code. The input parameters of "iq/utils/store_dataset.py" includes a path to the processed "ans2cat.json file". There isn't a processed code for generating this file. Can...

Hi! When running train_iq.py, I couldn't find vae_val_dataset_weights.json. Do you know where I can download or generate this file?