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
Hi,
Just want to remind that you miss an 'n' in your get_learning_rate function.
### learing_rate = tf.maximum(learning_rate, 0.00001) # CLIP THE LEARNING RATE!
pointnet2/scannet/train.py
Lines 78 to 86 in 74bb67f
The text was updated successfully, but these errors were encountered:
PR has been raised #101
Sorry, something went wrong.
No branches or pull requests
Hi,
Just want to remind that you miss an 'n' in your get_learning_rate function.
### learing_rate = tf.maximum(learning_rate, 0.00001) # CLIP THE LEARNING RATE!
pointnet2/scannet/train.py
Lines 78 to 86 in 74bb67f
The text was updated successfully, but these errors were encountered: