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

[Relax][PyTorch] Add support for torchvision.ops.stochastic_depth #17300

Merged
merged 2 commits into from
Sep 4, 2024

Conversation

mshr-h
Copy link
Contributor

@mshr-h mshr-h commented Aug 23, 2024

As per title.
torchvision.ops.stochastic_depth isn't a pytorch core ops, but some pytorch image classification models such as convnext, inception_v3, and maxvit_t are using it. So I think it's worth supporting it.

@mshr-h mshr-h marked this pull request as ready for review August 23, 2024 11:13
@mshr-h
Copy link
Contributor Author

mshr-h commented Aug 25, 2024

@tvm-bot rerun

@mshr-h mshr-h force-pushed the support-stochastic-depth-relax branch from cc6c513 to 413ae8d Compare August 29, 2024 08:38
@yongwww yongwww merged commit 19b66bf into apache:main Sep 4, 2024
17 of 18 checks passed
@mshr-h mshr-h deleted the support-stochastic-depth-relax branch September 5, 2024 02:12
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