"...src/static/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "b40e3db7eae576b59d5822a3a6a3e3fc57f58a23"
Commit de433392 authored by turneram's avatar turneram
Browse files

Formatting

parent f14e2a44
...@@ -204,7 +204,6 @@ def attention_test(): ...@@ -204,7 +204,6 @@ def attention_test():
inputs=['input', 'weights', 'bias', 'mask_index'], inputs=['input', 'weights', 'bias', 'mask_index'],
outputs=['result'], outputs=['result'],
num_heads=12, num_heads=12,
name="Attention_0") name="Attention_0")
return ([node], [input, weights, bias, mask_index], [result]) return ([node], [input, weights, bias, mask_index], [result])
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment