Deepbinner
Deepbinner copied to clipboard
change return type to str, not Path
the keras.load_model
function requires a string and this function returns a Path object. I've altered it to return a string, which is what downstream functions seem to expect anyway. This should address issue #9, hopefully.