summaryrefslogtreecommitdiff
path: root/src/caffe/proto/caffe.proto
diff options
context:
space:
mode:
Diffstat (limited to 'src/caffe/proto/caffe.proto')
-rw-r--r--src/caffe/proto/caffe.proto5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/caffe/proto/caffe.proto b/src/caffe/proto/caffe.proto
index c3140708..c2d301f2 100644
--- a/src/caffe/proto/caffe.proto
+++ b/src/caffe/proto/caffe.proto
@@ -116,6 +116,11 @@ message SolverParameter {
// whether to snapshot diff in the results or not. Snapshotting diff will help
// debugging but the final protocol buffer size will be much larger.
optional bool snapshot_diff = 16 [ default = false];
+
+ // the asynchronous solver stuff
+ optional string tcp_port = 20 [ default = "20901"];
+ optional string tcp_server = 21;
+ optional int32 communication_interval = 22;
}
// A message that stores the solver snapshots