fast-bert
fast-bert copied to clipboard
Updated learner_util.py save_model() to work with an alternate path in string format
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.