Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] <title> v2.1 do not support dilation? #302

Open
1 task done
Peeta586 opened this issue Apr 8, 2024 · 1 comment
Open
1 task done

[BUG] <title> v2.1 do not support dilation? #302

Peeta586 opened this issue Apr 8, 2024 · 1 comment
Assignees

Comments

@Peeta586
Copy link

Peeta586 commented Apr 8, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

There is not the dilation as an argument passed into build_kernel_map function, Is it right?

kmap = F.build_kernel_map(
                coords,
                feats.shape[0],
                kernel_size,
                stride,
                padding,
                hashmap_keys,
                hashmap_vals,
                spatial_range,
                kmap_mode,
                dataflow,
                downsample_mode=config.downsample_mode,
                training=training,
                ifsort=config.ifsort,
                split_mask_num=config.split_mask_num,
                split_mask_num_bwd=config.split_mask_num_bwd,
            )

Expected Behavior

I want to know how does the dilation work?

Environment

- GCC:9.0
- NVCC: 11.7
- PyTorch:1.10.1
- PyTorch CUDA:11.7
- TorchSparse: v2.1

Anything else?

No response

@zhijian-liu
Copy link
Contributor

@ys-2020, could you please take a look at this issue when you have time? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants