View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window pytorch-model-zoo-0.23.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
ai.djl.pytorch.zoo.nlp.sentimentanalysis
├─ ai.djl.pytorch.zoo.nlp.sentimentanalysis.PtDistilBertTranslator.class - [JAR]
├─ ai.djl.pytorch.zoo.nlp.sentimentanalysis.PtDistilBertTranslatorFactory.class - [JAR]
ai.djl.pytorch.zoo.nlp.textgeneration
├─ ai.djl.pytorch.zoo.nlp.textgeneration.PtGptTranslator.class - [JAR]
├─ ai.djl.pytorch.zoo.nlp.textgeneration.PtGptTranslatorFactory.class - [JAR]
ai.djl.pytorch.zoo
├─ ai.djl.pytorch.zoo.PtModelZoo.class - [JAR]
├─ ai.djl.pytorch.zoo.PtZooProvider.class - [JAR]
ai.djl.pytorch.zoo.nlp.qa
├─ ai.djl.pytorch.zoo.nlp.qa.PtBertQATranslator.class - [JAR]
├─ ai.djl.pytorch.zoo.nlp.qa.PtBertQATranslatorFactory.class - [JAR]
ai.djl.pytorch.zoo.cv.objectdetection
├─ ai.djl.pytorch.zoo.cv.objectdetection.PtSsdTranslator.class - [JAR]
├─ ai.djl.pytorch.zoo.cv.objectdetection.PtSsdTranslatorFactory.class - [JAR]