From 872d79983c0a3a6cf5d898d78cf862f04b341c16 Mon Sep 17 00:00:00 2001 From: DanielYang Date: Tue, 29 Nov 2022 13:05:18 +0800 Subject: [PATCH] Update README.md --- tutorials/reprod_log/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/reprod_log/README.md b/tutorials/reprod_log/README.md index 9ced0730..91996e8a 100644 --- a/tutorials/reprod_log/README.md +++ b/tutorials/reprod_log/README.md @@ -93,7 +93,7 @@ pip3 install https://paddle-model-ecology.bj.bcebos.com/whl/reprod_log-1.0.1-py3 模块 `compare` 提供了基础的网络前向和反向过程对比工具 -* compare_forward 用于对比网络的反向过程,其参数为 +* compare_forward 用于对比网络的前向过程,其参数为 * torch_model: torch.nn.Module, * paddle_model: paddle.nn.Layer, * input_dict: dict, dict值为numpy矩阵 -- GitLab