seasonyc

Results 2 issues of seasonyc

In your code, you usually create an optimizer, and then use it for both generator and discriminator, like following: optimizer = xxx d.compile(optimizer=optimizer) g.compile(optimizer=optimizer) For any optimizer with having momentum,...

I am not sure if it's appropriate to open this issue in github project, this is a question about the heatmap in your paper. I trained a DenseNet on C10+...