Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distr #255

Merged
merged 50 commits into from
Feb 11, 2021
Merged

Distr #255

merged 50 commits into from
Feb 11, 2021

Conversation

salvacarrion
Copy link
Contributor

No description provided.

chavicoski and others added 30 commits July 31, 2020 14:44
…because Álvaro added some functionalities asked by Jon concerning accumulation of gradients.
	modified:   CMakeLists.txt
	new file:   include/eddl/distributed/distributed_environment.h
	new file:   include/eddl/distributed/eddl_distributed.h
	new file:   include/eddl/distributed/eddl_message.h
	new file:   include/eddl/distributed/eddl_message_acks.h
	new file:   include/eddl/distributed/eddl_packet.h
	new file:   include/eddl/distributed/eddl_packet_ack.h
	new file:   include/eddl/distributed/eddl_queue.h
	new file:   include/eddl/distributed/eddl_worker_node.h
	new file:   include/eddl/distributed/multicast_receiver.h
	new file:   include/eddl/distributed/multicast_sender.h
	new file:   include/eddl/distributed/tcp_receiver.h
	new file:   include/eddl/distributed/tcp_sender.h
	new file:   runtime/CMakeLists.txt
	new file:   runtime/distributed/master.cpp
	new file:   runtime/distributed/misc_info.cpp
	new file:   runtime/distributed/worker.cpp
	modified:   src/CMakeLists.txt
	new file:   src/distributed/communications/eddl_distributed_utils.cpp
	new file:   src/distributed/communications/eddl_message.cpp
	new file:   src/distributed/communications/eddl_message_acks.cpp
	new file:   src/distributed/communications/eddl_packet.cpp
	new file:   src/distributed/communications/eddl_worker_node.cpp
	new file:   src/distributed/communications/multicast_receiver.cpp
	new file:   src/distributed/communications/multicast_sender.cpp
	new file:   src/distributed/communications/tcp_receiver.cpp
	new file:   src/distributed/communications/tcp_sender.cpp
	modified:   src/serialization/onnx/onnx.pb.h
new file:   src/distributed/README.md
new file:   src/distributed/images/EDDL-distributed-schema.png
new file:   src/distributed/images/Master-Node.png
new file:   src/distributed/images/Timeline-in-master-and-worker-nodes.png
new file:   src/distributed/images/Worker-Node.png
new file:   src/distributed/images/logo-eddl.png
modified:   src/distributed/README.md
modified:   src/distributed/README.md
modified:   src/distributed/README.md
modified:   src/distributed/README.md
modified:   src/distributed/README.md
modified:   src/distributed/README.md
	modified:   examples/nn/1_mnist/11_mnist_conv1D.cpp
	modified:   src/serialization/onnx/onnx.pb.h
	modified:   src/distributed/README.md
	modified:   src/distributed/images/Timeline-in-master-and-worker-nodes.png
	new file:   src/distributed/images/hybrid-graph-2.svg.png
modified:   src/serialization/onnx/onnx.pb.h
modified:   examples/CMakeLists.txt
modified:   src/CMakeLists.txt
@salvacarrion salvacarrion changed the base branch from master to develop February 11, 2021 17:25
@salvacarrion salvacarrion merged commit a164739 into develop Feb 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants