LeoRainly
LeoRainly
I modified the output but I still got error AttributeError: 'Tensor' object has no attribute '_trt' in this function def mark_outputs(self, torch_outputs, names=None): if names is None: names = ['output_%d'...
Thank you so much. By the way, I also got these warnings: unknown interpolate type, use linear instead. Warning: Encountered known unsupported method torch.nn.functional.has_torch_function Warning: Encountered known unsupported method torch.equal...
I set the same shape in opt_shape_param, then _test_model.plan_ and _test_model.pth_ are generated (maybe in an incorrect way). However, when I step through the code of my network line by...
请问解决了吗?
> 图片尺寸多大?执行命令前,先执行如下命令试试 `export CUDA_VISIBLE_DEVICES=0 export OPENBLAS_CORETYPE=ARMV8` 图片用的500,500的示例图片,加了这两条命令没用。
I had the same problem
facing the same error...
> Generally, the memory-usage of lego dataset is about 8G. You can pull the latest version and try it. Or you can try to reduce `n_rays_per_batch` in `ngp_base.py` to reduce...
为啥要加这个--use_visual_backbone=False 好坑