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 have testing the code using ISBI dataset.
I launched a training using this code, !python train.py --loss_to_use focal_dice --input_nc 3 --n_fold 5 --continue_train --trainSize 128 --test_mode val --name experiment_name --eval_val
The model was trained for 10 epochs and was stopped at 10 epochs. Is this normal ?
After finishing the training, only one (10_net_G_val0.pth) was created inside the experiment_name/ checkpoints folder.
Normally , we should get 5 ? why this is happening please ?
When trying the test, an error is produced telling that (10_net_G_val1.pth) is not found, which is absolutely normal.
Please, could any one help me solving this issue?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I have testing the code using ISBI dataset.
I launched a training using this code,
!python train.py --loss_to_use focal_dice --input_nc 3 --n_fold 5 --continue_train --trainSize 128 --test_mode val --name experiment_name --eval_val
The model was trained for 10 epochs and was stopped at 10 epochs. Is this normal ?
After finishing the training, only one (10_net_G_val0.pth) was created inside the experiment_name/ checkpoints folder.
Normally , we should get 5 ? why this is happening please ?
When trying the test, an error is produced telling that (10_net_G_val1.pth) is not found, which is absolutely normal.
Please, could any one help me solving this issue?
Thanks!
The text was updated successfully, but these errors were encountered: