Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
co63oc committed May 30, 2023
1 parent 7fd5a4e commit 66ace07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ paddle.Tensor.put_along_axis(arr, index, value, axis, reduce="assign")

```

其中 PyTorch 相比 Paddle 支持更多其他参数,具体如下:
其中 Paddle 相比 PyTorch 支持更多其他参数,具体如下:

### 参数映射
|PyTorch|PaddlePaddle|备注|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ paddle.Tensor.put_along_axis(arr, index, value, axis, reduce="assign")

```

其中 PyTorch 相比 Paddle 支持更多其他参数,具体如下:
其中 Paddle 相比 PyTorch 支持更多其他参数,具体如下:

### 参数映射
|PyTorch|PaddlePaddle|备注|
Expand Down

0 comments on commit 66ace07

Please sign in to comment.