Best practice for adding an extra layer after QAT #3882
Unanswered
anuragranj
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a
model
that undergoes a QAT using AIMET.Once the model is trained, i would like to add a preprocessing layer to the model.
How should I use the
new_model
withquant_sim
so I don't have to run the QAT again?Beta Was this translation helpful? Give feedback.
All reactions