Cadene / murel.bootstrap.pytorch

MUREL (CVPR 2019), a multimodal relational reasoning module for VQA
https://arxiv.org/abs/1902.09487
BSD 3-Clause "New" or "Revised" License
194 stars 24 forks source link

'block' has no attribute 'factory_fusion' #4

Closed HayeonLee closed 5 years ago

HayeonLee commented 5 years ago

Hi! Thanks for providing a good framework.

When I execute the code on VQA-CPv2 dataset, I got error 'block' has no attribute 'factory_fusion' image Could you help me?

Cadene commented 5 years ago

Thanks for submitting this issue. It should be fixed.

pip install --upgrade block.bootstrap.pytorch
import block
print(block.__version__) # 0.1.4
block.factory_fusion
HayeonLee commented 5 years ago

Thanks!