pointer-network-tensorflow icon indicating copy to clipboard operation
pointer-network-tensorflow copied to clipboard

The version of tensorflow need to be updated in ReadMe

Open GuanxiongLiu opened this issue 7 years ago • 1 comments

In my test, this project need the api version 1.0 for tensorflow. The ReadMe file need to update this information for user's convenience.

Thanks

GuanxiongLiu avatar Aug 02 '17 05:08 GuanxiongLiu

Yes, but if you are using the latest or 2.0+ version, you can just replace from tensorflow.contrib import layers to from tensorflow.keras import layers

zhouliang-yu avatar Mar 28 '22 11:03 zhouliang-yu