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

Fix type error when spconv doesn't exist #3493

Conversation

quic-kyunggeu
Copy link
Contributor

This is a hotfix following #3488
Due to #3488, CustomSparseConv3DLayer can be None if spconv doesn't exist, in which case isinstance(something, CustomSparseConv3DLayer) would fail with type error.

Signed-off-by: Kyunggeun Lee <quic_kyunggeu@quicinc.com>
@quic-kyunggeu quic-kyunggeu merged commit a56920a into quic:develop Nov 15, 2024
4 checks passed
@quic-kyunggeu quic-kyunggeu deleted the fix_type_error_when_spconv_is_missing branch November 15, 2024 23:01
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

Successfully merging this pull request may close these issues.

2 participants