PaddlePaddle/PaDiff
Paddle Automatically Diff Precision Toolkits.
When converting a machine learning model from PyTorch to PaddlePaddle, it's crucial to ensure that the converted model behaves identically to the original. This tool takes both your PyTorch and PaddlePaddle models, runs them, and then compares their internal calculations and final weights. It pinpoints the exact location where any discrepancies first appear, helping machine learning engineers and researchers validate their model conversions.
Available on PyPI.
Use this if you are converting a model between PyTorch and PaddlePaddle and need to rigorously verify that the new model produces the same results and has identical internal states as the original.
Not ideal if you are working with distributed training models, as this tool currently does not support them.
Stars
54
Forks
16
Language
Python
License
—
Category
Last pushed
Dec 05, 2025
Commits (30d)
0
Dependencies
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/PaddlePaddle/PaDiff"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
PaddlePaddle/Paddle
PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice...
fastai/fastai
The fastai deep learning library
openvinotoolkit/openvino_notebooks
📚 Jupyter notebook tutorials for OpenVINO™
PaddlePaddle/docs
Documentations for PaddlePaddle
msuzen/bristol
Parallel random matrix tools and complexity for deep learning