Skip to content

Commit c638174

Browse files
committed
Fix transformer json.
1 parent 5c9954a commit c638174

File tree

1 file changed

+1
-1
lines changed
  • test/ParallelReverseAutoDiff.Test/GraphAttentionPaths/Transformer/Architecture

1 file changed

+1
-1
lines changed

test/ParallelReverseAutoDiff.Test/GraphAttentionPaths/Transformer/Architecture/Transformer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{
1212
"id": "position_embeddings_add",
1313
"type": "BatchMatrixAddOperation",
14-
"inputs": [ "position_embeddings", "Input" ],
14+
"inputs": [ "position_embeddings", "Input" ]
1515
}
1616
],
1717
"layers": [

0 commit comments

Comments
 (0)