We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, neka-nat,
I use Tensorflow-gpu (2.3.0) and keras (2.4.0). When I run the test.py, I met the error as follows.
ValueError: in user code:
ValueError: Layer sequential_1 expects 1 inputs, but it received 2 input tensors. Inputs received: [<tf.Tensor 'IteratorGetNext:0' shape=(None, 256, 256, 3) dtype=float32>, <tf.Tensor 'IteratorGetNext:1' shape=(None, 256, 256, 1) dtype=float32>]
Please give me some advice, thanks!
The text was updated successfully, but these errors were encountered:
Ah, I see you have opened the same issue four hours before me. I will close mine, but very badly need a solution too!
Sorry, something went wrong.
I am still seeking a solution. If someone could help that would be great!
No branches or pull requests
Hi, neka-nat,
I use Tensorflow-gpu (2.3.0) and keras (2.4.0).
When I run the test.py, I met the error as follows.
ValueError: in user code:
ValueError: Layer sequential_1 expects 1 inputs, but it received 2 input tensors. Inputs received: [<tf.Tensor 'IteratorGetNext:0' shape=(None, 256, 256, 3) dtype=float32>, <tf.Tensor 'IteratorGetNext:1' shape=(None, 256, 256, 1) dtype=float32>]
Please give me some advice, thanks!
The text was updated successfully, but these errors were encountered: