-
Notifications
You must be signed in to change notification settings - Fork 10
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
Develop #256
Merged
Merged
Develop #256
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…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: examples/CMakeLists.txt modified: src/CMakeLists.txt
Fix CMake on Windows
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.