fast-bert icon indicating copy to clipboard operation
fast-bert copied to clipboard

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

Open lingdoc opened this issue 3 years ago • 0 comments

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 avatar Sep 05 '22 04:09 lingdoc