marcoyang's picture
upload model
6c08760
raw
history blame
870 Bytes
7767517
9 8
pnnx.Input pnnx_input_0 0 1 encoder_out.1
pnnx.Input pnnx_input_1 0 1 decoder_out.1
prim::Constant pnnx_0 0 1 17 value=1
nn.Linear encoder_proj 1 1 encoder_out.1 11 bias=True in_features=144 out_features=320 @bias=(320)f32 @weight=(320,144)f32
nn.Linear decoder_proj 1 1 decoder_out.1 14 bias=True in_features=320 out_features=320 @bias=(320)f32 @weight=(320,320)f32
aten::add pnnx_1 3 1 11 14 17 logit.1
F.tanh F.tanh_0 1 1 logit.1 input.1 $input=logit.1
nn.Linear output_linear 1 1 input.1 23 bias=True in_features=320 out_features=500 @bias=(500)f32 @weight=(500,320)f32
pnnx.Output pnnx_output_0 1 0 23