Skip to content

Commit

Permalink
[WIP] spark 3.0 (intel-analytics#3054)
Browse files Browse the repository at this point in the history
* spark 3.0
  • Loading branch information
Le-Zheng committed Sep 27, 2020
1 parent ddbea7c commit 05770a6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,8 @@ class CaffeLoader[T: ClassTag](prototxtPath: String, modelPath: String,
parameterTable.foreach {
case (name: String, params: Table) =>
copyParameter(name, params)
case _ =>
throw new UnsupportedOperationException("unsupported $name and $params")
}
model
}
Expand Down

0 comments on commit 05770a6

Please sign in to comment.