You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
This is a nice work! I am studying your paper and trying to running the DSPN method on my own dataset. However, I find the repr_loss and set_loss can not convergence after some epoches.
So I wonder if the learning rate η = 800 is suit to my dataset, which is CrowdHuman dataset.
Or can you tell me how you adjust the learning rate in your experiments.
Or could you please give me any advice about using DSPN on custom dataset?
Thanks a lot!
The text was updated successfully, but these errors were encountered:
The way I set η is by looking what happens when the weights are randomly initialised, i.e. at the start of training. I started with a low η and increased it until I saw in the Tensorboard plots that with random init, the set elements were visible changing when doing the inner optimisation loop.
For my datasets, I normalised all the set elements to be either in the range [0, 1] or [-1, 1]. Let me know if that helps.
Hi!
This is a nice work! I am studying your paper and trying to running the DSPN method on my own dataset. However, I find the repr_loss and set_loss can not convergence after some epoches.
So I wonder if the learning rate η = 800 is suit to my dataset, which is CrowdHuman dataset.
Or can you tell me how you adjust the learning rate in your experiments.
Or could you please give me any advice about using DSPN on custom dataset?
Thanks a lot!
The text was updated successfully, but these errors were encountered: