linghai06

Results 6 comments of linghai06

To be more concrete, modified codes and training scripts are attached as follows: ![image](https://user-images.githubusercontent.com/7567001/34859042-d5527a66-f78e-11e7-9f85-402ca96a243a.png) > self.train, self.valid = self.train[:4], self.valid[:4] is added in datasets/mpii.py to select only 4 images And...

Well, literally it is not training in normal sense but testing if the gradient flow could drive the network to memorize such a simple setting. If not, then probably there...

Only 4 images were used and the batch-size was set to 4. Currently I only pay attention to the training loss for this 4 images and surprisingly found that it...

> Thanks for the sharing~ > I also met the problem. I trained 30k person images and generated 2 black images. I found the loss is NAN. > ![image](https://user-images.githubusercontent.com/17981649/71170052-546b2180-2295-11ea-8456-7b0c0b015316.png) you...

@MSBlueVn did you solve the problem? i have the same issue

@dongzhuoyao no, they are not. check this: ![image](https://user-images.githubusercontent.com/7567001/40056436-fb9c54da-587d-11e8-9711-496545d5bb67.png)