-
Notifications
You must be signed in to change notification settings - Fork 430
Loss not going down #96
Comments
Do you mean with randomly initialised model? |
i used the deeplab_resnet_init.ckpt and tried to run the train.py file. The loss was oscillating and not coming down at all. I also tried the deeplab_resnet.ckpt same behaviour. |
I used the JPEGimages from VOCdevkit and GTs were pointed to Augmented images i downloaded from this github. Thats correct right? |
Same problem for a model which doesn't use the deeplab_resnet.ckpt file to init |
what are the images in your tensorboard after few iterations? |
i have same problem ,i use my own datatset(3 classes ) to train.Loss value was oscillating and not coming down at all. LOSS 1.2~1.3 |
@DrSleep there are no images being produced in tensorboard |
2all: the hyperparameters (learning rate, batch size, momentum, etc.) have been chosen on Pascal VOC (for the procedure behind these choices, please refer to the original paper). This repository is a replication of an academic paper. Anything else besides that is a bonus (like an ability to train on your own datasets). |
Okay. But the model is also not working for VOC dataset when not using the pretrained .ckpt file |
I also meet this problem, I use VOC2012, and pretrained model.. |
same here |
In my case I used my own data set to do training. At first I took |
May I know the final loss for after running train.py for 20K iterations with deeplab_resnet_init.ckpt as a start? I used PASCAL dataset and the final loss was about 1.3. |
Same here. With the default configuration and PascalVOC the loss oscillates between 1.2-1.3. Could someone plot the training curve or tell which are the loss values after 20K iterations for example? Thanks! |
Have someone show the loss after 20K? It is about 1.18 in my PC. Or who knows the reason? |
my loss is always about 1.3 and the result predicted the images is black,nothing result.I use default hyperparameters and voc2012 dataset with deeplab_resnet.ckpt as a start.why doesn't work? |
Hi were you able to solve the issue. |
Hi, My loss does not change. It has become stagnant. I have tried everything mentioned related to deeplabv3+ on every blog. changes in train_util.py are :
Variables that will not be restored.exclude_list = ['global_step','logits'] my train.py nohup python deeplab/train.py Please help 👍 |
@PallawiSinghal Did u find a solution to your problem? |
Hi,
I started a training from scratch with train.py with VOC2012 data set. I downloaded the Augmented GTs and plugged in to the data set. Now the GTs are the augmented GTs and original jpg files from data set.
The loss is not going down, it is oscillating. Any clue on how to get it working?
Regards, Vijay
The text was updated successfully, but these errors were encountered: