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
import torch.backends.cudnn as cudnn cudnn.benchmark = True
import paddle False = True
The text was updated successfully, but these errors were encountered:
定位分析:这里目前只考虑了 cudnn.benchmark 作为值 (getter) 的用法,尚未处理 setter (operator=) 的操作。
cudnn.benchmark
Sorry, something went wrong.
@RedContritio 因为目前Paddle没有cudnn.benchmark 的操作,属于功能缺失,所以目前只能用一个bool值作占位符,使得转换后的代码形式大体正常。
cudnn.benchmark = True
再请问一下,这个case是具体实际模型中的用法case吗
@zhwesky2010 这个用的还挺多的
zhwesky2010
No branches or pull requests
The text was updated successfully, but these errors were encountered: