Skip to content
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

Is it possible to provide a Tensorflow 2 compatible version of this code? #6

Closed
hengzhe-zhang opened this issue Nov 17, 2020 · 1 comment

Comments

@hengzhe-zhang
Copy link

This code is a very good example of using the deep learning technique on the symbolic regression problem. However, up to now, the most up to date deep learning algorithms are implemented in Pytorch and Tensorflow 2. So, is it possible to provide a Tensorflow 2 compatible version of this code? By the way, I know that I can directly enable TensorFlow 2 to run TensorFlow 1 code by disabling all TensorFlow 2 features. Nonetheless, this function does not support the "contrib" package of Tensorflow 1, which is widely used in this project.

@brendenpetersen
Copy link
Collaborator

Hi, thank you for your interest! We may be able to migrate to TF2, but unfortunately it's not a very high priority for as we focus on new features and research methods. We would be happy to accept a PR that adds compatibility for both TF1/2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants