r2c icon indicating copy to clipboard operation
r2c copied to clipboard

Recognition to Cognition Networks (code for the model in "From Recognition to Cognition: Visual Commonsense Reasoning", CVPR 2019)

Results 19 r2c issues
Sort by recently updated
recently updated
newest added

Hi @rowanz, I was trying to replicate the training of R2C model at my end. But the training fetches the accuracy of around 24.9% only as opposed to upwards of...

For rationale mode, the repository provides code for calculating Question and correct answer pairs BERT embeddings only for train and validation set. While for test set, embeddings are calculated for...

i have a problem like this: Traceback (most recent call last): File "eval_for_leaderboard.py", line 110, in batch = _to_gpu(batch) File "eval_for_leaderboard.py", line 74, in _to_gpu td[k] = {k2: v.cuda(async=True) for...

Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.7 to 3.0.9. Release notes Sourced from flask-cors's releases. Release 3.0.9 Security Escape path before evaluating resource rules (thanks @​praetorian-colby-morgan). Prior to this, flask-cors incorrectly evaluated CORS...

dependencies

When I run your code, there is an error 'no module named 'torchvision.layers'. and I can not use the link pip install git+git://github.com/pytorch/vision.git@24577864e92b72f7066e1ed16e978e873e19d13d. The solution of sudo apt-get install git-core...

Hi, i meet a problem like this: File "train.py", line 131, in output_dict = model(**batch) File "/root/anaconda3/envs/r2c_1/lib/python3.6/site-packages/torch/nn/modules/module.py", line 493, in __call__ result = self.forward(*input, **kwargs) File "../models/multiatt/model.py", line 157, in...

I tried using bert large instead of bert in the original code, and modified three parameters (hidden size=1024, hidden layers=24, attention heads=16) in bert config. Here's the error log: https://gist.github.com/AeroXi/d4d273da9f443c0f2cf9f6d6872eeffe...

I tried uploading both zipped and unzipped files on google drive and both ways it shows the files in the data-set might be corrupted. And since the dataset is huge,...

Thanks for your great code. I got an error below. I don't know where were going wrong and how can i do. I hope can get some help. ` 0%|...

i had training successful before. but now, i got an error below... i don't know what happen.. how do i do? T^T ``` 0%|▏ | 5/1019 [00:45