mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-02 19:21:31 +06:00
typo update in the parameter name (#37655)
See L118 and L143 for the class attribute `hidden_dim`
This commit is contained in:
parent
de8916dde6
commit
dbfccd3c92
@ -67,7 +67,7 @@ class EfficientNetConfig(PretrainedConfig):
|
||||
hidden_act (`str` or `function`, *optional*, defaults to `"silu"`):
|
||||
The non-linear activation function (function or string) in each block. If string, `"gelu"`, `"relu"`,
|
||||
`"selu", `"gelu_new"`, `"silu"` and `"mish"` are supported.
|
||||
hiddem_dim (`int`, *optional*, defaults to 1280):
|
||||
hidden_dim (`int`, *optional*, defaults to 1280):
|
||||
The hidden dimension of the layer before the classification head.
|
||||
pooling_type (`str` or `function`, *optional*, defaults to `"mean"`):
|
||||
Type of final pooling to be applied before the dense classification head. Available options are [`"mean"`,
|
||||
|
Loading…
Reference in New Issue
Block a user