-
Hi,
I used your trained model and ran predict script - I get the the above errror
ValueError: Layer question_attn_gru_1 expects 2 inputs, but it received 7 input tensors. Input received: [, , , …
-
Hi,
While training a binary classifier with binary_crossentropy output layer, and binary labels in Keras (TF - GPU backend) using your keras_metrics package, I've been getting lots of f1-score values…
-
**TLDR;** How can I convert an ONNX file into a TF2 SavedModel using `onnx_tf`?
## Issue
I'm trying to load an exported model but it's loading as `_UserObject` instead of `tf.keras.model`:
```pyt…
-
Here is the quickstart example: https://www.tensorflow.org/recommenders/examples/quickstart
It works fine, but I am not able to save the model by `model.save('my_model')` at the end. It throws exce…
-
### Have you completed your first issue?
- [X] I have completed my first issue
### Guidelines
- [X] I have read the guidelines
- [X] I have the link to my latest merged PR
### Latest Merged PR Lin…
-
**Is your feature request related to a problem? Please describe.**
The project addresses the need for accurate prediction of avocado prices to assist stakeholders like farmers, suppliers, and retai…
-
I trained in custom models,but who i put a pic on it(bus.png)
it tell me
car : 100.0
bus : 0.0
person : 0.0
why?
-
The first problem is that in ConvLSTM.forward, the code is using the same x = input in multiple timesteps.
I guess the input shape of forward func. shall be changed to
```
[sequence, bsize, chann…
-
Hello Gregor, i got this error while i'm trying to predict the result using fis.model.predict(X)
Input to reshape is a tensor with 32 values, but the requested shape has 1
[[{{node myanfis/sumLa…
-
Dear Sir, i was testing the code with same dataset that you have posted in github for Image classification via k-fold-cross validation but I have gotten the issue related with classes that it should b…