chenjian

Results 254 comments of chenjian

你好,问题的原因已经找到了,当初在执行验证集eval的时候,做了个打印Evaluation on validation dataset的等待动画,正常应该是会打印在同一行,但是在aistudio上打印不生效,我们看下如何优化。

是什么操作系统的环境呢,直接pip install --upgrade pip 会报错么

看报错好像是gather这个算子发生了运行时错误,p_index[I]本应 < input_size,现在 = input_size了

您好,我用Paddle2.2能够复现出你这个错误,但是我这里使用Paddle 2.1.1的版本运行这个模型是没有问题的,因目前Paddle版本升级造成的兼容性问题给您带来的不便感到抱歉。

可以根据使用的环境(pip, conda等)参考如下Paddle安装页面进行2.1.1版本的安装 https://www.paddlepaddle.org.cn/install/quick?docurl=/documentation/docs/zh/install/pip/linux-pip.html 以下是在该版本环境下的复现结果

你好,需要安装飞桨的框架paddlepaddle的版本为2.1

Hi,I think maybe some files in wheel have chinese characters in their filenames. What if you execute 'pip install visualdl' ? If you can install this package successfully, try 'pip...

Is there any chinese character in your path ? If you can not install any package, maybe some problems happen in your environment. Check something like your username, etc.