Return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined] Killed

Hi,

Usually, ‘killed’ is caused by running out of memory.
Could you try to monitor the system with tegrastats to see if the memory is enough for your use case?

$ sudo tegrastats

Thanks.