Skip to content

Commit 5ec5c07

Browse files
authored
4th-batch-19-代码调用错误 (#75759)
* 1012 * 1014 * 1014 * 1016 * 1016 * 1017 * 1017 * 1018 * 1018
1 parent 3e31bf4 commit 5ec5c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/auto_parallel/hybrid_strategy/semi_auto_parallel_global_input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def test_basic(self):
195195
dist_model = dist.to_static(model, dist_dataloader, loss_fn, opt)
196196
dist_model.train()
197197

198-
for step, (input, label) in enumerate(dist_dataloader()):
198+
for step, (input, label) in enumerate(dist_dataloader):
199199
loss = dist_model(input, label)
200200

201201
if cur_rank in [5, 7]:

0 commit comments

Comments
 (0)