SoftRas
SoftRas copied to clipboard
Error in cuda kernels with Pytorch 1.3
I am trying to reproduce the model for unsupervised mesh reconstruction (using the same script as in the examples
directory). But during training I get the following recurring errors (the code doesn't terminate due to these)
Error in forward_transform_inv_triangle: invalid device function
Error in forward_soft_rasterize: invalid device function
Error in backward_soft_rasterize: invalid device function
I am using Pytorch 1.3 and CUDA 10.0
Hi,
Probably the API doesn't fit Pytorch 1.3. We will look into it later. For now can you try to install it on PyTorch 1.1.0? Thanks.
Sure. I will give a try with Pytorch 1.1.0
@ShichenLiu Thanks. It runs on Pytorch 1.1. I am changing the issue title for convenience.