I keep getting this error:
RuntimeError: "guided_scatter_maps_kernel" not implemented for 'Bool' (operator() at DSS/cuda/rasterize_forward_cuda_kernel.cu:339)
Hi, pytorch 1.2.0 introduced some breaking changes to boolean tensors, so you need to use pytorch 1.1.0
I will update the code to work with 1.2.0 in the future.
I keep getting this error: RuntimeError: "guided_scatter_maps_kernel" not implemented for 'Bool' (operator() at DSS/cuda/rasterize_forward_cuda_kernel.cu:339)