Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
removed ending p tags
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmarkham committed Apr 4, 2018
1 parent 43b5e00 commit fb910d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ import java.io.File
* @see <a href="https://github.com/apache/incubator-mxnet\
* blob/master/scala-package/examples/src/main/scala/ml/dmlc/mxnetexamples/inferexample\
* imageclassifier/" target="_blank">Instructions to run this example</a>
* </p>
*/
object ImageClassifierExample {
private val logger = LoggerFactory.getLogger(classOf[ImageClassifierExample])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import java.nio.file.{Files, Paths}
* @see <a href="https://github.com/apache/incubator-mxnet\
* blob/master/scala-package/examples/src/main/scala/ml/dmlc/mxnetexamples/inferexample\
* objectdetector/" target="_blank">Instructions to run this example</a>
* </p>
*/
class SSDClassifierExample {
@Option(name = "--model-path-prefix", usage = "the input model directory and prefix of the model")
Expand Down

0 comments on commit fb910d9

Please sign in to comment.