Reranker Framework (ReFr)
Reranking framework for structure prediction and discriminative language modeling
|
An interface for specifying a hook to be run by a Model instance. More...
#include <model.H>
Public Member Functions | |
virtual | ~Hook () |
virtual void | Do (Model *model)=0 |
The function to be executed by the Model that wraps this hook. More... | |
An interface for specifying a hook to be run by a Model instance.
|
pure virtual |
The function to be executed by the Model that wraps this hook.
model | the model on which this hook will operate (should be the Model instance that wraps this hook) |
Implemented in reranker::EndOfEpochModelWriter.