Skip to content

Commit

Permalink
Formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgk authored and frankfliu committed Nov 22, 2023
1 parent 727d239 commit 2ce1cca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
5 changes: 2 additions & 3 deletions api/src/main/java/ai/djl/inference/Predictor.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,8 @@
* <li><a
* href="http://docs.djl.ai/docs/demos/jupyter/object_detection_with_model_zoo.html">Inference
* with a model zoo model</a>
* <li><a
* href="http://docs.djl.ai/docs/demos/jupyter/load_mxnet_model.html">Inference
* with an MXNet model</a>
* <li><a href="http://docs.djl.ai/docs/demos/jupyter/load_mxnet_model.html">Inference with an
* MXNet model</a>
* </ul>
*
* @param <I> the input type
Expand Down
8 changes: 3 additions & 5 deletions api/src/main/java/ai/djl/training/Trainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,10 @@
* <li><a
* href="http://docs.djl.ai/docs/demos/jupyter/tutorial/02_train_your_first_model.html">Training
* your first model</a>
* <li><a
* href="http://docs.djl.ai/docs/demos/jupyter/transfer_learning_on_cifar10.html">Training
* <li><a href="http://docs.djl.ai/docs/demos/jupyter/transfer_learning_on_cifar10.html">Training
* using transfer learning</a>
* <li><a
* href="http://docs.djl.ai/docs/demos/jupyter/load_mxnet_model.html">Inference
* with an MXNet model</a>
* <li><a href="http://docs.djl.ai/docs/demos/jupyter/load_mxnet_model.html">Inference with an
* MXNet model</a>
* </ul>
*
* @see <a href="http://docs.djl.ai/docs/development/memory_management.html">The guide on memory
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@
* <p>See:
*
* <ul>
* <li>the <a
* href="http://docs.djl.ai/docs/demos/jupyter/BERTQA.html">jupyter
* demo</a> with more information about BERT.
* <li>the <a href="http://docs.djl.ai/docs/demos/jupyter/BERTQA.html">jupyter demo</a> with more
* information about BERT.
* <li>the <a
* href="https://github.com/deepjavalibrary/djl/blob/master/examples/docs/BERT_question_and_answer.md">docs</a>
* for information about running this example.
Expand Down

0 comments on commit 2ce1cca

Please sign in to comment.