-
When I use my custom loss function, I got a wrong loss output if I choose keras.compile:
```
import tensorflow as tf
from tensorflow.examples.tutorials.mnist import input_data as mnist_data
…
-
Hello, what is the version of your keras? I use keras2.1.6, but there is not the ChainCRF. So I want to know how to get the keras that can import ChainCRF correctly. Thank you very much.
-
hi sir,
I really thank you, sir, for sharing a wonderful work.
I am trying this code on google colaboratory.
I got the following error,
even if I did !pip install git+https://www.github.com/far…
-
Hello, Thanks for the excellent repo you have put together. We are working on a 3D binary segmentation task for detecting lesions in spinal cord MRI images. we have a situation of class imbalance with…
-
### What happened?
Sample failure:
```
$ pytest apache_beam/ml/inference/tensorflow_inference_test.py::TFRunInferenceTest::test_predict_numpy_with_batch_size
====================================…
-
I think I have found a strange thing in the Python version too.
Extracting all needed code from the guide
```
import tensorflow as tf
from tensorflow import keras
model = keras.Sequential(…
-
Hi,
I am very interested in SPAN. However, I find something wrong when I try to run it.
Traceback (most recent call last):
File "evaluator.py", line 39, in
model.load_weights(weight_fil…
-
i trained SSD-MobileNet on custom dataset and now I want to convert the model to TensorRT model for improve performance and for Inference on Nvidia Jetson TX1 Board.
I Have:
-Ubuntu 20.14 LTS
-Te…
-
Hi @patrickorlando,
I asked another question yesterday in [https://github.com/tensorflow/recommenders/issues/618]
As I mentioned in the previous issue, I'm trying to create a sequential ranking mo…
-
I am new to Tensorflow can you guide me on how to convert this so that it take input in English ? and Great work
I have change the train.txt into english but I am getting the folllowing error when i…