-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
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
[Hackathon 7th No.55] BUG FIX paddle.nn.functional.fold
-part
#70102
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
paddle.nn.functional.fold
paddle.nn.functional.fold
CodeStyle没过 |
Sorry to inform you that 095401d's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
) | ||
except: | ||
print( | ||
"clang-tidy not found, attempting auto-install...", file=sys.stderr | ||
) | ||
subprocess.check_output( | ||
'pip install --no-cache clang-tidy=="15.0.2.1"', shell=True | ||
'python3 -mpip install --no-cache clang-tidy=="15.0.2.1"', | ||
shell=True, | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This part is used to prevent the execution of Python2 pip.
paddle.nn.functional.fold
paddle.nn.functional.fold
-part
📢:请尽快完善锁定的PR,并确保在2025年1月10日(不再延期)前完成合入。逾期未合入PR将无法获得奖金发放。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
这里报错的原因是有些环境里没有python3这个命令,比如我的环境,python就是python3.8,没有python3这个命令,实际上我理解你应该把你的环境python替换成python3.x,而不是把这里的命令硬改成python3 |
@YuanRisheng 修完 merge 了 |
PR Category
User Experience
PR Types
Bug fixes
Description
However,
audiotools
toPaddleSpeech
PaddleSpeech#3900