Skip to content

Commit

Permalink
fixed typo in callbacks.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
graham63 committed Mar 20, 2023
1 parent 3e95495 commit 1d8937d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/proto/callbacks.proto
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ message Callback {
CallbackPerturbWeights perturb_weights = 52;
CallbackExportOnnx export_onnx = 53;
CallbackAlternateUpdates alternate_updates = 54;
CallbackMlperfLogging mlperf_logging = 55;
CallbackMlperfLogging mlperf_logging = 56;
}

message CallbackLTFB {
int64 batch_interval = 1;
Expand Down

0 comments on commit 1d8937d

Please sign in to comment.