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 da77661 commit 9454ad0
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 9454ad0

Please sign in to comment.