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 d6ed228 commit 632385b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions caffe/CaffeLoader.scala
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 632385b

Please sign in to comment.