-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
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
Rename main module from tensorflow.rb to tensorflow, keep class-name as Tensorflow (lowercase f) #21
Comments
I would agree with changing capitalization to TensorFlow. That's how it's written on the website, so I think that's least surprising to a new developer trying to remember usage. However, given that the Python module is called |
@geoffreylitt In fact, nobody will punish us for any solution, but in Ruby there is pretty strong agreement to have correspondence between gem name, main file name, and main gem namespace, so it is expected to either be |
If you ask me I'd also prefer the most simple, lowercase one word, I would prefer to see |
OK, then let's make the most reasonable thing: |
I prefer |
agree tensorflow is best |
I believe it should be
TensorFlow
(with corresponding gem change totensor_flow
). Current version is not looking too reasonable.The text was updated successfully, but these errors were encountered: