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
pytorch lightning epoch_end/validation_epoch_end
Could anybody breakdown the code and explain it to me? The part that needs help is indicated with the "#This part". I would greatly appreciate any help thanks
def validation_epoch_end(self, ...
XtrollerX
Votes: 0
Answers: 2
Failing to compute gradient in PyTorch
I've been reading this research paper- https://arxiv.org/abs/1908.00413, and trying to implement the code from GitHub- https://github.com/hoyeoplee/MeLU, however, I run into a runtime error while trai...
Siddharth Mehrotra
Votes: 0
Answers: 0
Is there a way to fit a simple neural network to an input data which is a tensor and its ouputs which must be just one number?
I have this code in which I am trying to fit a model of a neural network which has just three layers: the input layer, a hidden layer and, at the end, the ouput layer which must have just one neuron f...
Juan Esteban Agudelo Ortiz
Votes: 0
Answers: 1