-
Notifications
You must be signed in to change notification settings - Fork 759
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
Compatibility with TF > 1.7.0 #891
base: master
Are you sure you want to change the base?
Conversation
It's beginning to look more and more like it's out of my skill set so I might just downgrade my tensorflow version |
Following up on this:
EDIT: No dice, still fails all the same tests |
Thanks for looking into this. It does seem to be a non-trivial solution. |
Sorry, I know you're crazy busy with things, but I am curious about what happens in situations like this. Would one open an issue on the TF side? That seems like the most straightforward method. I'd imagine the project would also get an insight into what things might / might not be deprecated soon so this situation doesn't happen again but I'll leave it to your best judgement. |
Yeah, sorry for the delays. These past weeks have been especially busy due to NIPS. The TF best practice is to not rely on internal functions; unfortunately we were forced to in order to perform this graph copying. Hopefully there's a solution we can work out on our own end (even if it means duplicating code from TF). |
Unless Edward duplicates large chunks of TF I don't know if that's the best practice here. While I was looking through the surrounding code, and the functions that called
All the best! |
I agree. I'm looking into it now and that seems to be the problem with duplicating code. It looks like the |
I'm swamped with stuff but can probably look into that this weekend / early next week. I'll keep you updated on what I find when I look into |
Hi, I'm a newcomer to Edwards and ran in the same error message. I installed Edward and Tensorflow on a Win10 Surface with the pip commands recommended in the Edward - Getting Started - website within the Anaconda prompt. |
I'm not familiar with Anaconda so I can't help you there but if it's possible to specify versions, you want to use Tensorflow 1.6 or prior with Edward. are you sure that |
Hi guys, |
Follows on #882
Specifically
I'm assuming your comment about "just removing it" was tongue in cheek but I figured I'd give it a shot anyways
Running
pytest tests
I got
where the relevant errors (basically anywhere there was a copy) are as follows