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
您好,我这里没有使用gpu,把train.py中的with tf.device("/gpu:0"):换成了with tf.device("/cpu:0"): 结果出现如题错误,说是控制依赖必须要在常规依赖之前,不太懂是什么意思,上了google搜索也未果,希望您能解答,谢谢!
with tf.device("/gpu:0"):
with tf.device("/cpu:0"):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
您好,我这里没有使用gpu,把train.py中的
with tf.device("/gpu:0"):
换成了with tf.device("/cpu:0"):
结果出现如题错误,说是控制依赖必须要在常规依赖之前,不太懂是什么意思,上了google搜索也未果,希望您能解答,谢谢!
The text was updated successfully, but these errors were encountered: