Reranker Framework (ReFr)
Reranking framework for structure prediction and discriminative language modeling
|
Provides the reranker::Time class, which holds the three notions of training time: current epoch, current time step within the current epoch and absolute time step. More...
#include <ctime>
#include <iostream>
#include <string>
#include <sstream>
Go to the source code of this file.
Classes | |
class | reranker::Time |
A simple class to hold the three notions of time during training: the current epoch, the current time index within the current epoch, and the absolute time index. More... | |
Namespaces | |
reranker | |
Provides reranking models for discriminative modeling, with some special handling for discriminative language models. | |
Provides the reranker::Time class, which holds the three notions of training time: current epoch, current time step within the current epoch and absolute time step.
Definition in file training-time.H.