diff options
Diffstat (limited to 'decoder/hg.h')
-rw-r--r-- | decoder/hg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/decoder/hg.h b/decoder/hg.h index e5ef05f8..70bc4995 100644 --- a/decoder/hg.h +++ b/decoder/hg.h @@ -399,6 +399,8 @@ public: template <class V> void Reweight(const V& weights) { for (int i = 0; i < edges_.size(); ++i) { + SparseVector<double> v; + //v.set_value(FD::Convert("use_shell"), 1000); Edge& e = edges_[i]; e.edge_prob_.logeq(e.feature_values_.dot(weights)); } |