Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write corpus information to the experiment directory. #122

Open
oadams opened this issue Mar 20, 2018 · 3 comments
Open

Write corpus information to the experiment directory. #122

oadams opened this issue Mar 20, 2018 · 3 comments

Comments

@oadams
Copy link
Collaborator

oadams commented Mar 20, 2018

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.

@oadams
Copy link
Collaborator Author

oadams commented Mar 20, 2018

The label inventory should also be written.

@shuttle1987
Copy link
Member

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.

@shuttle1987
Copy link
Member

I think this is related to #153 and #154

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants