Deepbinner icon indicating copy to clipboard operation
Deepbinner copied to clipboard

change return type to str, not Path

Open eclarke opened this issue 6 years ago • 0 comments

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.

eclarke avatar Oct 10 '18 21:10 eclarke