Skip to content

Commit

Permalink
fix style check (intel-analytics#3022)
Browse files Browse the repository at this point in the history
  • Loading branch information
Le-Zheng committed Jul 1, 2020
1 parent 2467b11 commit 8b1fb4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ object TrainInceptionV1 {
case "optimizerv2" => Engine.setOptimizerVersion(OptimizerV2)
}
}

val optimMethod = if (param.stateSnapshot.isDefined) {
OptimMethod.load[Float](param.stateSnapshot.get)
} else {
Expand Down

0 comments on commit 8b1fb4d

Please sign in to comment.