CSTR-Edinburgh / merlin

This is now the official location of the Merlin project.
http://www.cstr.ed.ac.uk/projects/merlin/
Apache License 2.0
1.31k stars 441 forks source link

Pre training option in Merlin #145

Open ajinkyakulkarni14 opened 7 years ago

ajinkyakulkarni14 commented 7 years ago

In log file, you can see the "do_pretraining : False"

Can someone explain How to use this option in configuration file ?

Thanks !

ronanki commented 7 years ago

do_pretraining is not required in current setup -- this was previously used for training autoencoders.

ajinkyakulkarni14 commented 7 years ago

Thank you for your answer. Because I am thinking to implement deep autoencoders inside Merlin as pre_training module.