You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for uploading this. Would it be possible to get it working? Currently, tensorflow does not have a tf.contrib. And most tensorflow imports should be replaced with tensorflow.compat.v1. I'm going to start porting the movies problem to JAX.
Thanks for any help!
The text was updated successfully, but these errors were encountered:
Thanks for writing! I think the code should run out of the box if you use python 2, tensorflow 1.5.0, and edward 1.3.5. With these (old) versions of the packages, we will not need to change the imports to tensorflow.compat.v1 or tf.contrib.
I intend to compare your results with a custom implementation on the same data. That means I need to get it working in modern Python. (Python 2 is dead, and most importantly JAX doesn't support it.) I will let you know if I have any other problems porting.
Thank you very much for uploading this. Would it be possible to get it working? Currently, tensorflow does not have a
tf.contrib
. And most tensorflow imports should be replaced withtensorflow.compat.v1
. I'm going to start porting the movies problem to JAX.Thanks for any help!
The text was updated successfully, but these errors were encountered: