Cadene / vqa.pytorch

Visual Question Answering in Pytorch
716 stars 177 forks source link

coco.py uses non-existent method os.execute #22

Closed ssnl closed 6 years ago

ssnl commented 6 years ago

The method doesn't exist in python 2.7, 3.5, or 3.6.

Cadene commented 6 years ago

It should be os.system.

Thanks for reporting this issue.

ssnl commented 6 years ago

Do you mind if I submit a PR to fix those?

Cadene commented 6 years ago

Please do so.

Thank you!

Cadene commented 6 years ago

Fixed: https://github.com/Cadene/vqa.pytorch/pull/23