VCTree-Scene-Graph-Generation
VCTree-Scene-Graph-Generation copied to clipboard
assert all(map(lambda i: i.is_cuda, inputs))
When I use multi-gpus, the error "assert all(map(lambda i: i.is_cuda, inputs))" appears. If anyone knows it, please tell me why. Thanks!