Giter VIP home page Giter VIP logo

Comments (6)

AlfredXiangWu avatar AlfredXiangWu commented on May 14, 2024

For example, we assume the output of conv1 is 12012096. We can use slice layer to divide the conv1 into conv1_1(12012048) and conv1_2(12012048) and then we use eltwise layer to get the output(12012048) by computing the max value between two groups of feature maps.

from face_verification_experiment.

naranjuelo avatar naranjuelo commented on May 14, 2024

Ok, I understand it now. So if I would like to train the model with ReLU layers instead of MFM, I would replace the layers convolution-pooling-slice-eltwise with convolution-pooling-ReLU, am I right?

from face_verification_experiment.

AlfredXiangWu avatar AlfredXiangWu commented on May 14, 2024

The order should be convolution-ReLU-pooling in theory, but I think it doesn't influence the results whichever orders you choose.

from face_verification_experiment.

naranjuelo avatar naranjuelo commented on May 14, 2024

Ok! Yes, it should be the same.

Regarding to the same paper I have another question. "The learning rate is set to 1e-3 initially and reduce to 5e-5 gradually". Did you use any specific learning rate policy (step down, exponential decay...)? Or was it a fixed learning rate (1e-3), manually decreased to 5e-5? Thanks!

from face_verification_experiment.

AlfredXiangWu avatar AlfredXiangWu commented on May 14, 2024

The policy of learning rate is fixed and I manually changed it if the loss isn't decreased for a long time.

from face_verification_experiment.

naranjuelo avatar naranjuelo commented on May 14, 2024

Ok, understood! Thank you very much

from face_verification_experiment.

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.