You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to understand how to fix this and what metrics to count? And as I understand it, you trained the network without early_stopping. How many epochs/iterations did it take?
The text was updated successfully, but these errors were encountered:
Hi @darkasevgen !
I didn't use early stop. It is just a template. If you want to use it, just modify the evalution function and get_loss_from_val.
As described by Readme,when you train ccn, almost 1000 steps, you can stop it.
When you train ttn, you can stop by monitoring its condition. Maybe it is 3w steps.
Hi @LeslieZhoa ! How can you compare the dictionary and the float?
DCT-NET.Pytorch/trainer/ModelTrainer.py
Line 124 in b303f41
This method is called here:
DCT-NET.Pytorch/trainer/ModelTrainer.py
Line 96 in b303f41
But the val_loss obtained in CCNTrainer.evalution is an empty dictionary:
DCT-NET.Pytorch/trainer/CCNTrainer.py
Lines 196 to 206 in b303f41
I want to understand how to fix this and what metrics to count? And as I understand it, you trained the network without early_stopping. How many epochs/iterations did it take?
The text was updated successfully, but these errors were encountered: