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
Recently I am convert the matconvnet training code to pytorch version, but meet some questions.
I find that in "training/vid_get_random_batch.m", the labels here are all 1 because here just considering positive pairs. But in "training/experiment.m", in the function get_batch.m, the label_inputs will always be like a gaussian shape(because the center is 1, and the other is 0 etc). So this might train the network output a gaussian shape score map all the time.
I train it in my pytorch code, also find the loss is constant in convergence.
I guess this might because the label'shape is constant and the output is trained to constant
The text was updated successfully, but these errors were encountered:
Recently I am convert the matconvnet training code to pytorch version, but meet some questions.
I find that in "training/vid_get_random_batch.m", the labels here are all 1 because here just considering positive pairs. But in "training/experiment.m", in the function get_batch.m, the label_inputs will always be like a gaussian shape(because the center is 1, and the other is 0 etc). So this might train the network output a gaussian shape score map all the time.
I train it in my pytorch code, also find the loss is constant in convergence.
I guess this might because the label'shape is constant and the output is trained to constant
The text was updated successfully, but these errors were encountered: