TamakiSakura / OBJ2TEXT-Improved

3 stars 2 forks source link

TypeError: unsupported operand type(s) for +: 'Tensor' and 'list' in train_gtf.py #13

Open mumulmaulana opened 2 years ago

mumulmaulana commented 2 years ago

Hello! Sorry for raising an issue in an old project.

I am trying to do training in train_gtf.py, but when I tried to combine the vgg_feature and layout_encoding, it raises this error: TypeError: unsupported operand type(s) for +: 'Tensor' and 'list' image

Can I get any help on how to combine those?