-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Add log to InitParam
GetParameter
SendGrad
and etc.
#5162
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are amazing! Very help changes for adding the proto and the pretty print. Thanks!
go/pserver/service.go
Outdated
} | ||
|
||
var s string | ||
s = "top:" + float32ToString(a) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe don't need top:
and tail
, developer probably can understand [3.3702806e+12 2.142699] ... [3.3702806e+12 2.142699]
, would be better if we can remove ]
and [
: [3.3702806e+12 2.142699 ... 3.3702806e+12 2.142699]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done。
go/pserver/service_test.go
Outdated
@@ -178,3 +179,17 @@ func TestBlockUntilInitialized(t *testing.T) { | |||
|
|||
wg.Wait() | |||
} | |||
|
|||
func TestCheckpointSpeed(t *testing.T) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know it's already there, could you remove this function?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
恩,我还以为这是一个TODO的内容。
Done。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM++!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM++
Fix #5161