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)
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
Python TypeError - 'Class' object is not callable (Google Collab Example Inside)
[Redacted]
In this example, in my final cell of code, I try to call my model. This is following the tutorial on a Youtube video.
In this step, the video is able to perform the lines
model = UCC_Class...

Jibril
Votes: 0
Answers: 1
PyTorch Lightning working in One Collab Notebook but not Another
When I am following a Youtube tutorial, my code breaks when they try to import pytorch_lightning. I had a similar problem in my PyCharm environment but it has since gone away, and I am unsure why.
Er...

Jibril
Votes: 0
Answers: 1
Getting NaN value from loss function for k-fold validation
I am trying to implement MNIST using PyTorch Lightning. Here, I wanted to use k-fold cross-validation.
The problem is I am getting the NaN value from the loss function (for at least 1 fold). From belo...
Opps_0
Votes: 0
Answers: 0