Skip to content

Convert samples from torch to paddle#645

Open
WHoutstanding wants to merge 2 commits intoPaddlePaddle:developfrom
WHoutstanding:torch_to_paddle
Open

Convert samples from torch to paddle#645
WHoutstanding wants to merge 2 commits intoPaddlePaddle:developfrom
WHoutstanding:torch_to_paddle

Conversation

@WHoutstanding
Copy link
Contributor

PR Category

other

Description

Use paconvert to convert samples from torch to paddle, get api convert state and api unsupported of every sample.

@paddle-bot
Copy link

paddle-bot bot commented Feb 12, 2026

Thanks for your contribution!

@paddle-bot paddle-bot bot added the contributor External developers label Feb 12, 2026
@WHoutstanding
Copy link
Contributor Author

WHoutstanding commented Feb 12, 2026

为成功转换的api分为两种:

  1. unstable api
    example:
    "torch._C._nn.linear",
    "torch._C._nn.scaled_dot_product_attention"
    加入unstable to stable的api解决
  2. 正常torch api
    "torch.nn.functional.max_pool2d"
    详细result:
    result.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contributor External developers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant