logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Paddle transformer 机器翻译

环境依赖python >= 3.6paddlepaddle >= 2.1paddlenlp环境配置paddlepaddle安装:开始使用_飞桨-源于产业实践的开源深度学习平台paddlenlp安装:pip install --upgrade paddlenlp>=2.0.0rc -i https://pypi.org/simple(PaddleNLP/installation.r

#paddle#transformer#机器翻译
PaddlePaddle错误:AttributeError: module ‘paddle‘ has no attribute ‘take_along_axis‘ 解决办法

运行模型训练代码,出现错误 AttributeError: module 'paddle' has no attribute 'take_along_axis'错误原因:使用的PaddlePaddle没有对应的函数接口, 升级到的develop版后问题解决。操作过程步骤1:卸载原来版本 python -m pip uninstall paddlepaddle-gpu步骤2:安装新版本python

#paddlepaddle
PaddlePaddle错误:AttributeError: module ‘paddle‘ has no attribute ‘take_along_axis‘ 解决办法

运行模型训练代码,出现错误 AttributeError: module 'paddle' has no attribute 'take_along_axis'错误原因:使用的PaddlePaddle没有对应的函数接口, 升级到的develop版后问题解决。操作过程步骤1:卸载原来版本 python -m pip uninstall paddlepaddle-gpu步骤2:安装新版本python

#paddlepaddle
到底了