Code Monkey home page Code Monkey logo

caffe-mpi's People

Contributors

raingo avatar

Stargazers

 avatar

Watchers

 avatar  avatar

caffe-mpi's Issues

asgd in mpi-sgd

Your sgd-mpi implementation is a littlle confusing. It seems like that each worker uses parameters updated by itself last time, instead of pulling current parameters in the server.
I think it should import more bias in the computation, because its time delay is larger.

needs to update the code?

I compiled the code, and got the errors below. Do you need to update your code to make it compilable with latest Caffe functions? Please correct me if I'm wrong.

In file included from sgd.cpp:4:0:
evaluator.hpp: In function ‘void evaluate(boost::shared_ptr<caffe::Net >, int)’:
evaluator.hpp:89:46: error: no matching function for call to ‘caffe::Net::ForwardBackward(std::vector<caffe::Blob, std::allocator<caffe::Blob> >&)’
net -> ForwardBackward(bottom_vec);
^
evaluator.hpp:89:46: note: candidate is:
In file included from /opt/intel/intelcaffe/include/caffe/caffe.hpp:49:0,
from common.hpp:12,
from sgd.cpp:2:
/opt/intel/intelcaffe/include/caffe/net.hpp:124:9: note: Dtype caffe::Net::ForwardBackward() [with Dtype = float]
Dtype ForwardBackward() {
^
/opt/intel/intelcaffe/include/caffe/net.hpp:124:9: note: candidate expects 0 arguments, 1 provided
sgd.cpp: In function ‘int main(int, char**)’:
sgd.cpp:33:51: error: no matching function for call to ‘caffe::Net::ForwardBackward(std::vector<caffe::Blob, std::allocator<caffe::Blob> >&)’
Dtype loss = net -> ForwardBackward(bottom_vec);
^
sgd.cpp:33:51: note: candidate is:
In file included from /opt/intel/intelcaffe/include/caffe/caffe.hpp:49:0,
from common.hpp:12,
from sgd.cpp:2:
/opt/intel/intelcaffe/include/caffe/net.hpp:124:9: note: Dtype caffe::Net::ForwardBackward() [with Dtype = float]
Dtype ForwardBackward() {
^
/opt/intel/intelcaffe/include/caffe/net.hpp:124:9: note: candidate expects 0 arguments, 1 provided
sgd.cpp:40:55: error: no matching function for call to ‘caffe::Net::ForwardBackward(std::vector<caffe::Blob, std::allocator<caffe::Blob> >&)’
Dtype loss = net -> ForwardBackward(bottom_vec);
^
sgd.cpp:40:55: note: candidate is:
In file included from /opt/intel/intelcaffe/include/caffe/caffe.hpp:49:0,
from common.hpp:12,
from sgd.cpp:2:
/opt/intel/intelcaffe/include/caffe/net.hpp:124:9: note: Dtype caffe::Net::ForwardBackward() [with Dtype = float]
Dtype ForwardBackward() {
^
/opt/intel/intelcaffe/include/caffe/net.hpp:124:9: note: candidate expects 0 arguments, 1 provided
make: *** [.sgd.o] Error 1

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.