james47

Results 4 issues of james47

Was trying to load a model using `SavedModelBundle.load(savedModelPath, "serve")` but ran into the `operand "" does not exist on the graph` issue. Error log: Looking into Tensorflow Java source code...

As title. This fixes the following: ``` ImportError Traceback (most recent call last) [](https://localhost:8080/#) in () 4 import tensorflow_ranking as tfr 5 import tensorflow_text as tf_text ----> 6 from tensorflow_serving.apis...

As title. The Colab, Github and Download notebook links are broken on https://www.tensorflow.org/recommenders/examples/listwise_ranking. There was [a fix commit](https://github.com/tensorflow/recommenders/commit/c15e176f42486f51d038c4976c6006e52df5f801) to rename from `list_optimization` to `listwise_ranking`. But it's not published to the...

As title. This is to fix the following: ``` --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) [](https://localhost:8080/#) in () 33 test_accuracy.result() * 100)) 34 ---> 35 test_loss.reset_states() 36 train_accuracy.reset_states() 37...

awaiting-technical-review