Skip to content

Commit 0ac03ae

Browse files
committed
fix
1 parent 7c426be commit 0ac03ae

File tree

1 file changed

+1
-1
lines changed
  • python/paddle/fluid/layers

1 file changed

+1
-1
lines changed

python/paddle/fluid/layers/nn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4289,7 +4289,7 @@ def random_crop(x, shape, seed=None):
42894289
seed_out = helper.create_tmp_variable(dtype="int64")
42904290
helper.append_op(
42914291
type="random_crop",
4292-
inputs={"X": input,
4292+
inputs={"X": x,
42934293
"Seed": seed},
42944294
outputs={"Out": out,
42954295
"SeedOut": seed_out},

0 commit comments

Comments
 (0)