Skip to content

Commit 655ca5b

Browse files
authored
[API Compatibility] iinfo/cummax/cummin/diagflat/ldexp/inner/positive/rad2deg/rot90/nanquantile/neg/erf Edit By AI Agent (#858)
* [API Compatibility] iinfo/cummax/cummin/diagflat/ldexp/inner/positive/rad2deg/rot90/nanquantile/neg/erf Edit By AI Agent * fix Tensor.cuda/requires_grad/ctx.saved_tensors * fix CI * add gc collect
1 parent a2ba9fa commit 655ca5b

39 files changed

Lines changed: 1516 additions & 584 deletions

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121

2222
## 安装使用
2323

24-
#### 1. 命令行用法
25-
2624
通过终端命令行的方式使用:
2725

2826
```bash
@@ -44,15 +42,6 @@ paconvert -i torch_code_dir [-o paddle_code_dir] [-e exclude.py] [--log_dir log_
4442
--exclude_packages 可选,可以配置无需识别转换的torch包名,多个包名请使用逗号分隔。默认不配置。
4543
```
4644

47-
#### 2. IDE交互式用法
48-
49-
在 IDE 中使用,交互式界面更友好。
50-
51-
需要在`PyCharm``VS Code`等主流 IDE 中安装 **文心快码插件(Baidu Comate)** 后即可使用。以`VS Code`上使用为例:
52-
53-
![img](./images/comate_paconvert.jpeg)
54-
55-
5645
## 转换示例
5746

5847
以下面一个简单的 Pytorch Demo 代码为例:

0 commit comments

Comments
 (0)