Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

[Relax][ONNX] Add Dropout operation #76

Open
wants to merge 3 commits into
base: relax
Choose a base branch
from

Conversation

vvchernov
Copy link
Contributor

Add Dropout operation to ONNX front-end of Relax.

Notes: 1. Unfortunately there is no sample for CI test of operation with randomize. It should be discussed how to do it carefully. 2. It is strange thing that for this op on TOPI side the training mode is supported only, for inference mode we potentially can skip it in some pass due to the output is equal to input (if optional second output can be skipped)

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

Successfully merging this pull request may close these issues.

1 participant