Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The abstract AdapterModel class is to facilitate the development of open-source (or custom) scoring models whose initialization is completed when a SolrResourceLoader is supplied in the init method call. Via the SolrResourceLoader a file defining an pre-trained model can be opened and once instantiated the LTRScoringModel.score() method can delegate calculations to the implementing model instance.
illustration/work-in-progress:
- open pull request: https://github.com/deeplearning4j/deeplearning4j/pull/4662
deriving classes:
- TestAdapterMode$CustomModel in the TestAdapterModel.java
- future todo: when they exist add links to open-source models extending AbstractModel
Attachments
Attachments
Issue Links
- is related to
-
SOLR-11838 explore supporting Deeplearning4j NeuralNetwork models
- Open