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
195 stars 24 forks source link

code question #11

Open AmingWu opened 5 years ago

AmingWu commented 5 years ago

When I run your code, there is an error. The plotly.plotly module is deprecated, please install the chart-studio package and use the chart_studio.plotly module instead.

noagarcia commented 5 years ago

Apparently, this error appears with Plotly version 4. I fixed it by downgrading to 3.10.0.

pip3 install plotly==3.10.0