-
I've been struggling with trying to get this to compile for days. (Well there are so many errors I've gotten it probably wouldn't be useful to list them all.) But it seems like tensorflow_serving uses…
-
I reproduced the tensorflow version of the CWVAE code, but the accuracy of the reproduction is very different from the paper. Specifically, when testing the minerl_nvigate dataset (where num_examples=…
-
I successfully installed the package but I get an error when I try to run the first tutorial file: "01_True_positive_and_false_negative_examples_of_the_EqT_model.py".
I would appreciate it if you c…
-
This is a bit of an open ended question, but from a practitioners perspective an important one I guess. How do I access/find out the regularization function being used in my model's learning process? …
-
Hello!
After 0.16 version has been released we decided to switch to TF2.
The issue is that it can't find the op by name even if this OP is present in the graph (checked with tensorboard and dump…
-
I tried tried your code and got an error. The code is:
```
from __future__ import print_function
import platform
import tensorflow as tf
from tensorflow.contrib.tensor_forest.python import t…
-
Hi all,
I am trying to develop a ranking function for Chinese text, so I have adopted some models that's been further finetuned to replace the original BERT model checkpoint. However, when I tried …
-
I'm trying to understand this code https://github.com/aymericdamien/TensorFlow-Examples/blob/master/examples/5%20-%20User%20Interface/loss_visualization.py. There are 3 sess.run() functions in the "fo…
-
Default MRPC runs fine, change task name to CoLA, got following error with run_classifier:
```
Traceback (most recent call last):
File "run_classifier.py", line 917, in
tf.app.run()
File…
jwnsu updated
5 years ago
-
I've already come across different problems related to the eager execution of the TensorFlow code that involves this package. For example, https://github.com/tensorflow/probability/issues/620 (an issu…