You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Figure out best how, and what else should get stored like utt2spk, prefixes, etc.
Some questions that spring to mind: Should we just pickle the corpus object and store it in exp/*? Should there be a human-readable format additionally?
What component is responsible for writing the corpus? Construction of the corpus object alone doesn't say anything about the experiment. model.py has been responsible for writing things to the experiment dir, but it seems like whatever code creates the exp_dir and feeds it to model.py should also be writing the Corpus object there.
The text was updated successfully, but these errors were encountered:
If it is easy to do I'd definitely suggest that metadata is stored in a human readable serialization format, this makes it much easier to deal with things when they go wrong.
Figure out best how, and what else should get stored like utt2spk, prefixes, etc.
Some questions that spring to mind: Should we just pickle the corpus object and store it in exp/*? Should there be a human-readable format additionally?
What component is responsible for writing the corpus? Construction of the corpus object alone doesn't say anything about the experiment.
model.py
has been responsible for writing things to the experiment dir, but it seems like whatever code creates theexp_dir
and feeds it to model.py should also be writing theCorpus
object there.The text was updated successfully, but these errors were encountered: