mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-27 22:14:57 +03:00
delete translation option caching
This commit is contained in:
parent
43507b61e3
commit
2a2c2856ed
@ -240,9 +240,6 @@ public:
|
||||
if (multiModelWeights.size() > 0) {
|
||||
PhraseDictionaryMultiModel* pdmm = (PhraseDictionaryMultiModel*) staticData.GetPhraseDictionaries()[0]; //TODO: only works if multimodel is first phrase table
|
||||
pdmm->SetTemporaryMultiModelWeightsVector(multiModelWeights);
|
||||
if (staticData.GetUseTransOptCache()) {
|
||||
cerr << "Warning: -use-persistent-cache is set to true; sentence-specific weights may be ignored. Disable cache for true results.\n";
|
||||
}
|
||||
}
|
||||
|
||||
stringstream out, graphInfo, transCollOpts;
|
||||
|
Loading…
Reference in New Issue
Block a user