train.py fails on both training from scratch and using a pre-trained model with the following error:
File "/RelationNetworks-CLEVR/utils.py", line 120, in collate_samples
question=torch.stack(padded_questions)
TypeError: stack(): argument 'tensors' (position 1) must be tuple of Tensors, not Tensor
train.pyfails on both training from scratch and using a pre-trained model with the following error: