Speed up TF tests by reducing hidden layer counts (#24595)
* hidden layers, huh, what are they good for (absolutely nothing) * Some tests break with 1 hidden layer, use 2 * Use 1 hidden layer in a few slow models * Use num_hidden_layers=2 everywhere * Slightly higher tol for groupvit * Slightly higher tol for groupvit
This commit is contained in:
@@ -61,7 +61,7 @@ class TFXLNetModelTester:
|
||||
self.hidden_size = 32
|
||||
self.num_attention_heads = 4
|
||||
self.d_inner = 128
|
||||
self.num_hidden_layers = 5
|
||||
self.num_hidden_layers = 2
|
||||
self.type_sequence_label_size = 2
|
||||
self.untie_r = True
|
||||
self.bi_data = False
|
||||
|
||||
Reference in New Issue
Block a user