Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
Difers committed Aug 2, 2023
1 parent ff825ab commit fbb9415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/legacy_test/test_communicator_geo.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def net(self):

emb = paddle.static.nn.embedding(
input=x1,
size=[10000, 13],
size=[10000, 10],
param_attr=fluid.ParamAttr(
name="embedding",
initializer=paddle.nn.initializer.Constant(value=0.01),
Expand Down

0 comments on commit fbb9415

Please sign in to comment.