We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
默认act = None, 但实际如果是这样不设置的话会出错,应该和其他一样默认 tf.identity,或者不添加就 if act is None: act = tf.identity
The text was updated successfully, but these errors were encountered:
这个主要是print时候的问题。
Sorry, something went wrong.
Thank you for reporting this, I just fixed it here 3beebb9
Best wishes, Hao
No branches or pull requests
默认act = None,
但实际如果是这样不设置的话会出错,应该和其他一样默认 tf.identity,或者不添加就
if act is None:
act = tf.identity
The text was updated successfully, but these errors were encountered: