text-embeddings icon indicating copy to clipboard operation
text-embeddings copied to clipboard

apply tensorflow 2.3.1 version

Open skaghzz opened this issue 4 years ago • 2 comments

  • main.py apply tensorflow 2.3.1 version delete session using universal-sentence-encoder version 2 to 4

  • requirements.txt upgrade all library in requirements to running

skaghzz avatar Dec 14 '20 06:12 skaghzz

RuntimeError: Exporting/importing meta graphs is not supported when eager execution is enabled. No graph exists when eager execution is enabled. Any idea why I'm getting this error ?

Lord-V15 avatar Apr 08 '21 02:04 Lord-V15

@Lord-V15 This seems to be a TensorFlow version compatibility issue. Does the RuntimeError occur in tensorflow 2.x.x version? you should try to make new python env or conda env and then install requirements by using pip.

skaghzz avatar Apr 23 '21 00:04 skaghzz