mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-11-10 00:47:31 +03:00
Commented out unused variables.
This commit is contained in:
parent
0b6a0e42d6
commit
339f9fb780
@ -521,7 +521,7 @@ int main(int argc, char** argv)
|
||||
}
|
||||
|
||||
// get reference to feature functions
|
||||
const vector<FeatureFunction*> &featureFunctions = FeatureFunction::GetFeatureFunctions();
|
||||
// const vector<FeatureFunction*> &featureFunctions = FeatureFunction::GetFeatureFunctions();
|
||||
ScoreComponentCollection initialWeights = decoder->getWeights();
|
||||
|
||||
if (add2lm != 0) {
|
||||
@ -667,7 +667,7 @@ int main(int argc, char** argv)
|
||||
}
|
||||
|
||||
// number of weight dumps this epoch
|
||||
size_t weightMixingThisEpoch = 0;
|
||||
// size_t weightMixingThisEpoch = 0;
|
||||
size_t weightEpochDump = 0;
|
||||
|
||||
size_t shardPosition = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user