Reranker Framework (ReFr)
Reranking framework for structure prediction and discriminative language modeling
|
Combine the model shards output from the Model Merging Reducer. More...
#include <cstdio>
#include <iostream>
#include <string>
#include <memory>
#include <math.h>
#include <unistd.h>
#include "../proto/data.pb.h"
#include "../proto/dataio.h"
#include "../proto/model.pb.h"
#include "../utils/kdebug.h"
#include "candidate.H"
#include "candidate-set.H"
#include "candidate-set-iterator.H"
#include "candidate-set-reader.H"
#include "factory.H"
#include "model-merge-reducer.H"
#include "model-reader.H"
Go to the source code of this file.
Macros | |
#define | DEFAULT_MODEL_PROTO_READER_SPEC "PerceptronModelProtoReader()" |
Functions | |
int | main (int argc, char *argv[]) |
Combine the model shards output from the Model Merging Reducer.
Definition in file model-combine-shards.C.
#define DEFAULT_MODEL_PROTO_READER_SPEC "PerceptronModelProtoReader()" |
Definition at line 54 of file model-combine-shards.C.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 61 of file model-combine-shards.C.