Giter VIP home page Giter VIP logo

Comments (13)

ruobop avatar ruobop commented on July 19, 2024

Hi, @HsuTzuJen
Any progress on implementation mobile-facenet on TF? I am doing the same thing, however got bad result so far. There is some referneces on this repo, hope that will help you.

from insightface_tf.

HsuTzuJen avatar HsuTzuJen commented on July 19, 2024

@ruobop
I just used the same settings as the paper, but I got this:

C:\ProgramData\Anaconda3\lib\site-packages\numpy\core_methods.py:70: RuntimeWarning: overflow encountered in reduce
ret = umr_sum(arr, axis, dtype, out, keepdims)
total_step 1520, total loss gpu 1 is nan , inference loss gpu 1 is nan, weight deacy loss gpu 1 is nan, total loss gpu 2 is nan , inference loss gpu 2 is nan, weight deacy loss gpu 2 is nan, training accuracy is 0.000000, time 368.072 samples/sec

But it is working when I use small batch size(64) and small lr(0.0005), I do not know why.

from insightface_tf.

billtiger avatar billtiger commented on July 19, 2024

I also encounter this problem about when lr>0.05,after a moment the total loss is nan,so i use the learning rate start at 0.02,i don't know why?can you solve it?
At the moment, the best accuracy i can achieve is Accuracy-Flip: 0.98150+-0.00545.
my batch size is 128

from insightface_tf.

HsuTzuJen avatar HsuTzuJen commented on July 19, 2024

@billtiger The best acc I achieved is 0.9875 with batch size 64 at step 348000.
I think that maybe we should change the lr step.

from insightface_tf.

billtiger avatar billtiger commented on July 19, 2024

@HsuTzuJen thank you for your reply!
but I think the learning rate can't be set at 0.1 is abnormal,and this will result low accuracy!

from insightface_tf.

billtiger avatar billtiger commented on July 19, 2024

@HsuTzuJen how about the prelu and leaky_relu influence the accuracy?
i find the the original paper authors are use PReLU,and you and me are all used leaky_relu,
and i don't find PReLU api in tensorflow tf.nn module.so i use the tf.nn.leaky_relu,
the insightface author are use PReLU in the mobilefacenet.py:
body = mx.sym.LeakyReLU(data = data, act_type='prelu', name = name)
have you ever try PReLU?hope you reply!thanks!

from insightface_tf.

HsuTzuJen avatar HsuTzuJen commented on July 19, 2024

@billtiger As I know, prelu is leaky relu.

from insightface_tf.

HsuTzuJen avatar HsuTzuJen commented on July 19, 2024

@billtiger You can try:

bn = tl.layers.InputLayer(bn)
act = tl.layers.PReluLayer(bn, name='%s%s_Prelu' %(name, suffix))

return act.outputs

Leaky_relu is a Prelu with a stable alpha(not trainable), but the alpha is trainable in Prelu.

from insightface_tf.

siahewei avatar siahewei commented on July 19, 2024

why learning rate is so small as train.py set 0.01, something wrong?

from insightface_tf.

lfb94 avatar lfb94 commented on July 19, 2024

Hello,

Any progress? Do you know where I can find the pretrained model for mobilefacenet?

Thanks!

from insightface_tf.

Drsea123 avatar Drsea123 commented on July 19, 2024

Could you tell me about your model's learning rate and How much steps you can arrival the 99+ accuracy for your model? please! @HsuTzuJen

from insightface_tf.

406747925 avatar 406747925 commented on July 19, 2024

@HsuTzuJen do you use weight decay for mobilenet? and what lr step did you use ,thx

from insightface_tf.

HsuTzuJen avatar HsuTzuJen commented on July 19, 2024

@406747925 Please check on "https://github.com/HsuTzuJen/Face_Recognition_Practice_with_TF"
I have uploaded the codes that I am using.

from insightface_tf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.