We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(此 ISSUE 为 PaddlePaddle Hackathon 第二期活动的任务 ISSUE,更多详见 【PaddlePaddle Hackathon 第二期】任务总览)
【任务说明】
任务标题:tfjs2pdjs 模型转换工具
技术标签:深度学习框架,Python
任务难度:困难
详细描述: 将tfjs的模型(model.json + .bin)转换成 paddle.js支持的模型结构(model.json + chunk_.dat)包括算子的适配与融合算子的处理,可参考X2Paddle中Tensorflow模型转换成Paddle模型的思路
https://github.com/PaddlePaddle/X2Paddle
。具体内容为:
tfjs模型内容解析,解析为graph拓扑结构和权重数据
提取算子信息,映射成为Paddle的算子(包括算子映射与参数映射)
整合成为Paddle.js需要的模型格式,并保存成相应的模型文件(model.json + chunk_*.dat)
【提交内容】
【技术要求】
【答疑交流】
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(此 ISSUE 为 PaddlePaddle Hackathon 第二期活动的任务 ISSUE,更多详见 【PaddlePaddle Hackathon 第二期】任务总览)
【任务说明】
任务标题:tfjs2pdjs 模型转换工具
技术标签:深度学习框架,Python
任务难度:困难
详细描述: 将tfjs的模型(model.json + .bin)转换成 paddle.js支持的模型结构(model.json + chunk_.dat)包括算子的适配与融合算子的处理,可参考X2Paddle中Tensorflow模型转换成Paddle模型的思路
https://github.com/PaddlePaddle/X2Paddle
。具体内容为:
tfjs模型内容解析,解析为graph拓扑结构和权重数据
提取算子信息,映射成为Paddle的算子(包括算子映射与参数映射)
整合成为Paddle.js需要的模型格式,并保存成相应的模型文件(model.json + chunk_*.dat)
【提交内容】
【技术要求】
【答疑交流】
The text was updated successfully, but these errors were encountered: