Closed ZihaoLiu97 closed 2 years ago
Hi, thanks for your great job! But I have a small problem that whether it can be trained with batch_size > 1? But I get an error that "frame.requires_grad = False AttributeError: 'list' object has no attribute 'requires_grad'".
Currently, the code of MOTR only support the setting of batch_size = 1.
Hi, thanks for your great job! But I have a small problem that whether it can be trained with batch_size > 1? But I get an error that "frame.requires_grad = False AttributeError: 'list' object has no attribute 'requires_grad'".