Commit a65532ca authored by horizon365's avatar horizon365 Committed by QuanluZhang
Browse files

Wrong spell (#893)

Wrong spell in INFO log.
parent eaab9dd3
......@@ -630,7 +630,7 @@ class NNIManager implements Manager {
}
private async onTunerCommand(commandType: string, content: string): Promise<void> {
this.log.info(`NNIManaer received command from dispatcher: ${commandType}, ${content}`);
this.log.info(`NNIManager received command from dispatcher: ${commandType}, ${content}`);
switch (commandType) {
case INITIALIZED:
// Tuner is intialized, search space is set, request tuner to generate hyper parameters
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment