Tf-pose-estimation: parameters used when training from scratch with mobilenet models

Created on 4 Jan 2018  Â·  8Comments  Â·  Source: ildoonet/tf-pose-estimation

Thanks for your work.
Can you share the parameters used when training from scratch with mobilenet_v1_0.75 models.
It seems a local optimum when I set lr=0.001, batch_size=32
image

Most helpful comment

Hi,@chuan92 when you train the mobileNet from scratch,do you encount the problem that :

    for images_test, heatmaps, vectmaps in df_valid.get_data():
        validation_cache.append((images_test, heatmaps, vectmaps))

take too much time and it result out that the values of images_test,heatmaps and vectmaps all comes to zeros. is it right? if you can reply me . I would be very appreciate.

All 8 comments

@chuan92 I have the similar loss, tried even much smaller lr and other optimizers, no luck in getting better loss

@ildoonet sorry to interrupt you, I would appreciate it if you could share the parameters.

Hi,@chuan92 when you train the mobileNet from scratch,do you encount the problem that :

    for images_test, heatmaps, vectmaps in df_valid.get_data():
        validation_cache.append((images_test, heatmaps, vectmaps))

take too much time and it result out that the values of images_test,heatmaps and vectmaps all comes to zeros. is it right? if you can reply me . I would be very appreciate.

is it possible to share the loss plot of your mobilenet based model pose estimation model, such that we can compare at the early stage without running multiple long experiment that end up being a failure

@chuan92 have you worked out this problem,when I train the mobileNet to 10w,the loss is still still to 1000 more or less.

@andyqian2015 I didn't encounter your problem. But I train the mobileNet to 27000 steps, the loss_valid is 2600 and seems converge.

I also have the problem of local optimum. Is there any practical experience how to get rid of it and reach more better optimum?

Hi,@chuan92 when you train the mobileNet from scratch,do you encount the problem that :

    for images_test, heatmaps, vectmaps in df_valid.get_data():
        validation_cache.append((images_test, heatmaps, vectmaps))

take too much time and it result out that the values of images_test,heatmaps and vectmaps all comes to zeros. is it right? if you can reply me . I would be very appreciate.

So, Have you solved this problem?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

khan958 picture khan958  Â·  3Comments

arnabdeypolimi picture arnabdeypolimi  Â·  5Comments

gen21kawa picture gen21kawa  Â·  5Comments

Minotaur-CN picture Minotaur-CN  Â·  4Comments

siddharthrajpatel picture siddharthrajpatel  Â·  4Comments