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

support custom modules in output dir #10

Open
jabooth opened this issue Jul 29, 2015 · 0 comments
Open

support custom modules in output dir #10

jabooth opened this issue Jul 29, 2015 · 0 comments

Comments

@jabooth
Copy link
Member

jabooth commented Jul 29, 2015

Currently we aren't too careful about the naming of everything in the output directory. If a user runs an experiment with lots of custom modules (e.g. custom dataset, custom lm_processing, custom methods, custom normalisation results) we currently will just hit strange errors in the output. I had a little go at ensuring these problems would be mitigated at least for the error_name here:

        name = '{}_{}'.format(i, Path(error_name).name.replace('.', '_'))

but clearly this requires deeper thought to work for all modules.

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

No branches or pull requests

1 participant