未验证 提交 ce96b0f5 编写于 作者: W WJJ1995 提交者: GitHub

[Bug] Fixed typo error (#920)

* fixed Gemm bug

* re-lint

* fixed typo error
上级 7c61e521
......@@ -169,7 +169,7 @@ class DataLoader(paddle.io.DataLoader):
timeout=timeout,
worker_init_fn=worker_init_fn)
if sampler is not None:
seld.batch_sampler.sampler = sampler
self.batch_sampler.sampler = sampler
class DistributedSampler(paddle.io.DistributedBatchSampler):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册