Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m authored Sep 4, 2023
1 parent 8a9be53 commit 2237a7f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ It is intended for developers and was originally built by the DeepIcy team as th

Currently, the following frameworks are supported:

| Framework | Source code |
|---------------------------------|----------------------------------------------------------------|
| PyTorch | https://github.com/bioimage-io/pytorch-java-interface |
| Tensorflow 1 | https://github.com/bioimage-io/tensorflow-1-java-interface |
| Tensorflow 2 API 0.2.0 | https://github.com/bioimage-io/tensorflow-2-java-interface-0.2 |
| Tensorflow 2 all APIs but 0.2.0 | https://github.com/bioimage-io/tensorflow-2-java-interface |
| Onnx | https://github.com/bioimage-io/onnx-java-interface |
| Framework | Source code | Tag used in JDLL for the framework |
|---------------------------------|----------------------------------------------------------------|------------------------------------------------|
| PyTorch | https://github.com/bioimage-io/pytorch-java-interface | `pytorch` \ `torchscript` |
| Tensorflow 1 | https://github.com/bioimage-io/tensorflow-1-java-interface | `tensorflow` \ `tensorflow_saved_model_bundle` |
| Tensorflow 2 API 0.2.0 | https://github.com/bioimage-io/tensorflow-2-java-interface-0.2 | `tensorflow` \ `tensorflow_saved_model_bundle` |
| Tensorflow 2 all APIs but 0.2.0 | https://github.com/bioimage-io/tensorflow-2-java-interface | `tensorflow` \ `tensorflow_saved_model_bundle` |
| Onnx | https://github.com/bioimage-io/onnx-java-interface | `onnx` |

The information about the engines supported currently by JDLL, for which OS and architectures and which JAR files are required for each of the engines is stored in [this json file](https://github.com/bioimage-io/model-runner-java/blob/main/src/main/resources/availableDLVersions.json) and can be found [here](https://github.com/bioimage-io/JDLL/wiki/List-of-supported-engines).

Expand Down

0 comments on commit 2237a7f

Please sign in to comment.