python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Predict new coordinates given old coordinates in Tensorflow's Keras
The goal is to be able to predict a new set of (x1, y1), (x2, y2) coordinates when given the old set of (x1, y1), (x2, y2) coordinates.
That is to say, if my old coordinates are (0, 0), (4, 4), I want...

Grant Allan
Votes: 0
Answers: 1
InvalidArgumentError: logits and labels must have the same first dimension, got logits shape [15488,3] and labels shape [32]
My code is not working
I am getting InvalidArgumentError: logits and labels must have the same first dimension, got logits shape [15488,3] and labels shape [32]
[[node sparse_categorical_crossentropy...
M.Hamza
Votes: 0
Answers: 1
Multi Task Learning with different sample size in each pair input/output
I am implementing a MTL solution for a regression model in an already known benchmarking dataset for this kind of applications (School Dataset from Manash).
I could efficiently train the model using 3...
javier.desario
Votes: 0
Answers: 0
openvino human pose estimation 0007
I am working with openvinotoolkit and I am trying to inference the model human-pose-estimation-0007 and that works fine on neural stick 2.
Now I am looking for the original human-pose-estimation-0007 ...
ssgakhal
Votes: 0
Answers: 1