Mico Bøje

Results 2 issues of Mico Bøje

The following code: `dls = ImageDataLoaders.from_name_func( path, get_image_files(path), valid_pct=0.2, seed=42, label_func=is_cat, item_tfms=Resize(224)` Will sometimes cause a shared memory error, when the server does not have enough memory. This error can...

The latest release of whisper.cpp have removed "whisper_init" in favor of "whisper_init_from_file". This PR simply updated the Python bindings and git submodule to use the latests version. Also removed .encode('utf-8')...