-
Notifications
You must be signed in to change notification settings - Fork 6
0. Home
carlosuc3m edited this page Sep 13, 2023
·
3 revisions
Welcome to the JDLL wiki!
This wiki contains a comprehensive guide to JDLL, explaining end to end how to install engines and models, load models, create tensors and run models on tensors. It also refers to some of the most delicate points where errors tend to happen.
The README.md is also a shorter good starting point to start using JDLL but the explainations in this wiki are more extensive and clear to the writers opinion.
If any of the points in the following explainations is not clear or does not correspoond with the reality of JDLL or if any of the example codes given does not work, please let us know through a Github Issue here.
- 0. Home
- I. List of supported engines
- II. Quickstart for developers
- III. Quickstart for analysts/scripting
- IV. Potential errors
- V. Understanding engine installation
- VI. Engine Installation (EngineInstall)
- VII. GPU configuration
- VIII. Engine Management I (DeepLearningVersion)
- VIV. Engine Management II (AvailableEngines)
- X. Engine Management III (InstalledEngines)
- XI. JDLL tensors 0 (Summary)
- XII. JDLL tensors I (Tensor)
- XIII. Load and run models 0 (Summary)
- XIV. Load and run models I (EngineInfo)
- XV. Load and run models II (Model)
- XVI. Bioimage.io I (spec)
- XVII. Bioimage.io II (download)
- XVIII. Bioimage.io III (load models)
- XVIV. Numpy support (DecodeNumpy)
- XX. System (PlatformDetection)
- XXI. Other Java Deep‐Learning engines