-
Notifications
You must be signed in to change notification settings - Fork 199
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
Renaming functions in tree_utils #1163
Comments
Adding the We currently don't have plans to support this, but if you'd like, we'd love a PR! We would need a file similar to https://github.com/jax-ml/jax/blob/main/jax/tree.py Would you be interested in contributing? |
Sure! But I am using a Mac. Would that be a problem? |
Not a problem at all The general workflow of fork the repo, make changes in your own branch and then create pull request on github works! Take a look here: https://github.com/google-deepmind/optax/blob/main/CONTRIBUTING.md for signing the Contributor License Agreement Let me know if you have any questions! |
I created the file "tree.py" just like in JAX and renamed the functions. However, I am not sure where to put the file. Is it ok just to leave as "./optax/tree.py"? Your code has been rated at 9.91/10 The following messages were raised:
Fatal messages detected. Failing..."? |
You'll need to disable all Place the A quick reference: https://stackoverflow.com/questions/28829236/is-it-possible-to-ignore-one-single-specific-line-with-pylint |
Thanks for the guidance. I have created the pull request. |
Hi, I was curious if there’s a specific reason why all the functions in tree_utils start with "tree". Are there any plans to simplify the naming, similar to how JAX has done?
Thanks,
Ata
The text was updated successfully, but these errors were encountered: