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
The convolutional weight and bias names have historical + '1' added to them which is not required. This is also the case in the q and r2 networks.
Plus, there are lots of commented out code that can get deleted when creating the weights.
The text was updated successfully, but these errors were encountered:
Also, the
self.nonlinearity_mean = tf.clip_by_value
is never used so can be removed.
Sorry, something went wrong.
You can also delete the commented out "make positive definite covariance matrix code"
hagabbar
No branches or pull requests
The convolutional weight and bias names have historical + '1' added to them which is not required. This is also the case in the q and r2 networks.
Plus, there are lots of commented out code that can get deleted when creating the weights.
The text was updated successfully, but these errors were encountered: