Docs
Docs copied to clipboard
MegEngine Documentations
Results
2
Docs issues
Sort by
recently updated
recently updated
newest added
## 背景 - https://github.com/MegEngine/MegEngine/issues/53 中有人询问如何从 PyTorch 已经训练好的模型转换到 MegEngine 上 - 我们需要面临大量的现在 PyTorch / TensorFlow 模型的转换问题,而这个步骤并不那么显然 ## 任务描述 - 添加一篇文档,描述如何把现有的 PyTorch / TensorFlow 模型的参数转换到 MegEngine 上 ## 目标 - 在[官网](https://megengine.org.cn/doc/latest/advanced/index.html)上,可以看到这篇文档 -...
help-wanted