LeoRainly

Results 12 comments of 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...

> 图片尺寸多大?执行命令前,先执行如下命令试试 `export CUDA_VISIBLE_DEVICES=0 export OPENBLAS_CORETYPE=ARMV8` 图片用的500,500的示例图片,加了这两条命令没用。

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...