Skip to content

Implement Dropout operator #652

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

Merged
merged 1 commit into from
Apr 5, 2025
Merged

Implement Dropout operator #652

merged 1 commit into from
Apr 5, 2025

Conversation

robertknight
Copy link
Owner

This operator requires the "random" crate feature to be enabled because it may need to generate random numbers, although in most cases the operator will be a no-op when it appears in exported ONNX models, a vestige of the training process.

This operator requires the "random" crate feature to be enabled because it _may_
need to generate random numbers, although in most cases the operator will be a
no-op when it appears in exported ONNX models, a vestige of the training
process.
@robertknight robertknight merged commit 160eb2c into main Apr 5, 2025
2 checks passed
@robertknight robertknight deleted the dropout-op branch April 5, 2025 10:02
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.

1 participant