Git Product home page Git Product logo

code-for-mpelu's People

Contributors

coldmooon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

code-for-mpelu's Issues

about using MPELU in pytorch

I wonder if this torch version of code can run in Pytorch? I use Pytorch. I don't know how to use the module you wrote in pytorch.

I have a question about the code for caffe

Use your code on caffe can be compiled successfully and successfully trained, but in the right straight visualization: "F0724 12:23:30.799641 24843 layer_factory.hpp:81] Check failed: registry.count(type) == 1 (0 vs. 1) Unknown layer type: M2PELU "

After add files, make all and make test can be compiled successfully, while make runtest can not pass

[----------] 12 tests from SGDSolverTest/0, where TypeParam = caffe::CPUDevice
[ RUN ] SGDSolverTest/0.TestLeastSquaresUpdateLROneHundredth
[libprotobuf ERROR google/protobuf/text_format.cc:245] Error parsing text-format caffe.SolverParameter: 1:113: Message type "caffe.SolverParameter" has no field named "layer_wise_reduce".
F0509 09:21:30.853242 5167 test_gradient_based_solver.cpp:56] Check failed: google::protobuf::TextFormat::ParseFromString(proto, &param)

The latest 'caffe-master' can be compiled completely. So the 'caffe-master' files has no problem.
Is there anyone who meets and solves this problem?

The network I have trained for one day, but all parameter in m2pelu layer still keep value ‘1’. Who can help me explain this phenomenon?

layer {
name: "m2pelu_conv1"
type: "M2PELU"
bottom: "conv1"
top: "conv1"
param {
lr_mult: 10
decay_mult: 0
}
param {
lr_mult: 10
decay_mult: 0
}
m2pelu_param {
alpha_filler {
type: "constant"
value: 1
}
beta_filler {
type: "constant"
value: 1
}
}
}

base_lr: 0.0001
lr_policy: "multistep"
gamma: 0.1
stepvalue: 100000
stepvalue: 600000
momentum: 0.9
weight_decay: 0.0005
max_iter: 930000

type: "taylor"

Sorry.
Check failed: false Unknown filler name: taylor.
How can I have the filter? Can you help me ?

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.