-
Hi,
I'm following the tutorial "Building deep retrieval models" and seem to have encountered a slightly different, though related issue than either [this post](https://github.com/tensorflow/recomme…
-
**System information**.
TensorFlow version: 2.9
Are you willing to contribute it (Yes/No) : Yes
**Describe the feature and the current behavior/state**.
Current `hard_sigmoid` implementation…
-
I used my own corpus to trained Elmo provided here. I wonder if there is a way to put Elmo as a Keras layer and integrate it into a Keras model. If yes, could you please provide an example just like `…
-
Traceback (most recent call last):
File "demo.py", line 61, in
swap_channels=swap_channels)
File "/Users/ebubeoguchi/Soccer Dataset/Fast-Multi-scale-Face-Detection-ConvNet/models/keras_s…
-
I wonder how can I feed the Keras model with output=tfq.layers.Sample(). I got the following error. I also tried to convert ragged tensor to normal tensor, but I didn't work
```python3
def _gen_si…
-
Starting from the correct solution for exercise 1.2, replacing mlp from
```python
for h in hidden_sizes[:-1]:
x = tf.layers.dense(x, units=h, activation=activation)
return tf.lay…
-
I've downloaded the DRIVE datasets but when I run this:
```
python run_testing.py
```
I get this error:
```
Traceback (most recent call last):
File "./src/retinaNN_predict.py", line 111, in
…
-
```---------------------------------------------------------------------------
KeyError Traceback (most recent call last)
in
1 from onnx2keras import onnx_t…
-
无语,Lambda里面啥都不让用,下回再用tf我是狗
尝试用stack,速度是numpy的n倍,256*256的计算量卡了1分钟了,微笑。
别用循环,直接reshape完了用矩阵乘法
-
Hello,
I am trying to work through the RStudio tensorflow example outlined [here](https://blogs.rstudio.com/ai/posts/2019-12-10-variational-gaussian-process/).
When I get to the model definition…