text-embeddings
text-embeddings copied to clipboard
apply tensorflow 2.3.1 version
-
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
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 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.