ngraph-bridge icon indicating copy to clipboard operation
ngraph-bridge copied to clipboard

Readme instructions / release mismatch ?

Open XReyRobert-IBM opened this issue 5 years ago • 3 comments

Hi, How is that supposed to work when the released python package is for tensorflow 1.14.0 ?

pip install -U tensorflow==2.2.0 Install ngraph-tensorflow-bridge pip install -U ngraph-tensorflow-bridge

because then I get this when running:

ValueError: Error: Installed TensorFlow version 2.2.0 nGraph bridge built with: 1.14.0

XReyRobert-IBM avatar Jul 08 '20 11:07 XReyRobert-IBM

We are checking on this.

bani-intelaipg avatar Jul 09 '20 16:07 bani-intelaipg

Hi @XReyRobert-IBM, thanks for reporting the issue. The master branch has upgraded to TF 2.2 but the corresponding wheel hasn't been published yet. In the meantime, please follow instructions associated with the latest release to use the prebuilt package: https://github.com/tensorflow/ngraph-bridge/tree/r0.22

adk9 avatar Jul 09 '20 18:07 adk9

Thanks @adk9 @bani-intelaipg,

I builded the master on mac for plaidml backend, Can I open some issues related to master or is it too early ? (ex "compile with plaidml option but no plaidml backend in the list using ngraph_bridge.list_backends()"

XReyRobert-IBM avatar Jul 10 '20 09:07 XReyRobert-IBM