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

Updated learner_util.py save_model() to work with an alternate path in string format #312

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lingdoc
Copy link
Contributor

@lingdoc lingdoc commented Sep 5, 2022

Currently when a path string is provided to learner.save_model(), a directory is not created. This hotfix converts the string to a Path object so that a new directory can be created.

@lingdoc lingdoc changed the title Updated learner_util.py save_model() to work with an alternate path Updated learner_util.py save_model() to work with an alternate path in string format Oct 21, 2022
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

Successfully merging this pull request may close these issues.

1 participant