Hi,

here is the difference:

weight-config points to a file and just uses its weights (ignoring all the
other values)
config-with-reused-weights has to have all the correct pointers to model
files etc.

So,
-> if you want to have a EMS config file that runs the binarization and
then uses
the old weights, use "weight-config" (and don't worry about which file it
points to).
-> if you have already all the model files, use "config-with-reused-weights"
(which has to point to the right files).

-phi

On Wed, May 20, 2015 at 3:19 PM, Matthias Huck <[email protected]> wrote:

> Oh, are there two ways of doing this?
> I use config-with-reused-weights rather than weight-config.
>
>
> On Wed, 2015-05-20 at 15:11 -0400, Philipp Koehn wrote:
> > Hi,
> >
> > you can point to the previous configuration file with the old weights:
> >
> > [TUNING]
> >
> > ### instead of tuning with this setting, old weights may be recycled
> > # specify here an old configuration file with matching weights
> > #
> > weight-config = $toy-data/weight.ini
> >
> > -phi
> >
> > On Wed, May 20, 2015 at 3:01 PM, Lane Schwartz <[email protected]>
> wrote:
> >
> > > I've got a system that I trained using EMS. I'd like to change the
> > > binarization of my LM (for example, the original used KenLM probing,
> and
> > > now I want KenLM trie with quantization).
> > >
> > > If I simply change the lm-binarizer line in my config, EMS assumes
> that it
> > > should re-run tuning. Is there a way that I can force it to not
> re-tune in
> > > this case?
> > >
> > > Thanks,
> > > Lane
> > >
> > >
> > > _______________________________________________
> > > Moses-support mailing list
> > > [email protected]
> > > http://mailman.mit.edu/mailman/listinfo/moses-support
> > >
> > >
> > _______________________________________________
> > Moses-support mailing list
> > [email protected]
> > http://mailman.mit.edu/mailman/listinfo/moses-support
>
>
>
> --
> The University of Edinburgh is a charitable body, registered in
> Scotland, with registration number SC005336.
>
> _______________________________________________
> Moses-support mailing list
> [email protected]
> http://mailman.mit.edu/mailman/listinfo/moses-support
>
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to