Class SimpleArchiveModel
java.lang.Object
org.jamdev.jdl4pam.genericmodel.GenericModel
org.jamdev.jdl4pam.ArchiveModel
rawDeepLearningClassifier.dlClassification.archiveModel.SimpleArchiveModel
public class SimpleArchiveModel
extends org.jamdev.jdl4pam.ArchiveModel
A Tensorflow model packaged with a jar file.
- Author:
- Jamie Macaulay
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAudioReprRelPath
(String zipFolder) getModelRelPath
(String zipFolder) Methods inherited from class org.jamdev.jdl4pam.ArchiveModel
getAudioReprFile, loadModel
Methods inherited from class org.jamdev.jdl4pam.genericmodel.GenericModel
getInputShape, getModel, getOutShape, getSpecPredictor, getWavePredictor, runModel, runModel, setInputShape, setModel
-
Constructor Details
-
SimpleArchiveModel
- Throws:
ai.djl.MalformedModelException
IOException
-
-
Method Details
-
getAudioReprRelPath
- Specified by:
getAudioReprRelPath
in classorg.jamdev.jdl4pam.ArchiveModel
-
getModelRelPath
- Specified by:
getModelRelPath
in classorg.jamdev.jdl4pam.ArchiveModel
-
getModelFolderName
- Specified by:
getModelFolderName
in classorg.jamdev.jdl4pam.ArchiveModel
-