Replies: 1 comment
-
Hello @eboraks thank you for notifying us about that. I agree that we should rename the parameter or adjust the documentation. I created an issue to follow up on this here: #3771 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there,
I recently worked with the FARMReader to distill a model, and I noticed that the two distill methods have different batch parameter names.
distil_intermediate_layers_from
the parameter is calledbatch_size
anddistil_prediction_layer_from
usesstudent_batch_size
. According to the documentation, both methods should use student_batch_size.Beta Was this translation helpful? Give feedback.
All reactions