-
I'm processing training for DeepLab with a custom dataset.
When I run the training process, all total_loss values are equated to 0. Could you suggest some solutions to fix this problem? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I fixed this problem. |
Beta Was this translation helpful? Give feedback.
I fixed this problem.
Because I use the semantic segmentation and load_sem_seg to read the dataset, my generation function from JSON format to PNG file is incorrect.
The below images are the comparison between incorrect and corrected ones.
The overfitting is solved.
Thanks.