dpan817
dpan817
What is the Jetpack version on Orin to run BEVFusion? 5.1.0, or the latest 5.1.1?
I tried to get the model summary with input and output shape, with this code in test.py, ``` from torchsummary import summary ...... model = MMDistributedDataParallel(model.cuda(), device_ids=[torch.cuda.current_device()], broadcast_buffers=False) summary(model, input_size...
Has anyone tried torchinfo with BEVFusion? I tried it, but it reported that "TypeError: Model contains a layer with an unsupported input or output type: , type: "
I tried to profile the bevfusion model with below code (with_modules=True). After run the inference and started the tensorboard, the Module view did not show in the View drop list....