mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
Fix HubertRobustTest PT/TF equivalence test on GPU (#16943)
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
parent
479fdc4925
commit
49d5bcb0f3
1 changed files with 1 additions and 0 deletions
|
|
@ -133,6 +133,7 @@ class HubertModelTester:
|
|||
hidden_act=self.hidden_act,
|
||||
initializer_range=self.initializer_range,
|
||||
vocab_size=self.vocab_size,
|
||||
do_stable_layer_norm=self.do_stable_layer_norm,
|
||||
)
|
||||
|
||||
def create_and_check_model(self, config, input_values, attention_mask):
|
||||
|
|
|
|||
Loading…
Reference in a new issue