Yunting

Results 15 comments of Yunting

Thanks for updating the pseudo code! I am trying to reproduce this work, and I'm wondering if you can generally provide some training advice for me. I followed most of...

Hi! I'm a master student, my thesis is about radar precipitation nowcasting with machine learning methods. I'm wondering if you are still working on training DGMR. I'm now trying to...

Sorry for the late update of this work. I am recently busy working on my thesis, so I didn't update actively. I will update the results of experiment by June...

Hi! This is still an unsolved issue for me as well. I was wondering that is it only the temporal discriminators problem or the spatial discriminator also encounters the same...

I checked the gradients of discriminators' weights this morning and found out that almost every weight's gradient is close to zero, except for the bias of the output linear layer....

@clearlyzero Hi! I've still training this model recently. I looked into the gradients in the discriminators and concluded that it is mostly the output linear layers' that are dominating the...

The model is still not well-trained. Since the discriminator is likely to give predictions with low value (e.g. 1e-3), I changed the loss function of discriminator. The value of prediction...

Your training result looks great! The fine features seem to be well-captured. Would you like to discuss by email? I assume you can speack mandarin. Maybe we can discuss in...

@bugsuse I replaced the hinge loss function with BCE loss function to train the discriminators and finally got a much reasonable result.

Thanks for your comment! Your suggestion is correct! It should be ```for batch in pbar``` rather than ```for img in pbar```. Also, I recently updated the code that wraps the...