mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
auto frontend
This commit is contained in:
parent
2646018ddd
commit
46568227c9
@ -84,7 +84,7 @@ class Transformer(nn.Module):
|
|||||||
self.blocks = nn.ModuleList(
|
self.blocks = nn.ModuleList(
|
||||||
[
|
[
|
||||||
EncoderLayer(
|
EncoderLayer(
|
||||||
output_size,
|
llm_dim,
|
||||||
MultiHeadedAttention(
|
MultiHeadedAttention(
|
||||||
kwargs.get("attention_heads", 8),
|
kwargs.get("attention_heads", 8),
|
||||||
llm_dim,
|
llm_dim,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user