Ziang Zhou

Results 3 comments of Ziang Zhou

This dataset resouces [here](https://wit3.fbk.eu/2016-01) may be helpful.

> hell,in the file of transformer-multibranch-v2,the class of TransformerEncoderLayer--the code are as follow: > if args.encoder_branch_type is None:#default=None???? > self.self_attn = MultiheadAttention( > self.embed_dim, args.encoder_attention_heads, > dropout=args.attention_dropout, self_attention=True, > )...

> > thx,what'S the meaning of [attn:1:32:4, dynamic:default:32:4]?could you show some details about the list As I mentioned in my last reply, `args.encoder_branch_type` should not be a boolean value, instead...