diff --git a/README.md b/README.md index 228bb256..00acb6e0 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ By default, Basic Pitch will attempt to load a model in the following order: Additionally, the module variable ICASSP_2022_MODEL_PATH will default to the first available version in the list. -We will explain how to override this priority list below. Because all other model serializations were converted from TensorFlow, we recommend using TensorFlow when possible. +We will explain how to override this priority list below. Because all other model serializations were converted from TensorFlow, we recommend using TensorFlow when possible. N.B. Basic Pitch does not install TensorFlow by default to save the user time when installing and running Basic Pitch. #### Command Line Tool diff --git a/basic_pitch/inference.py b/basic_pitch/inference.py index eb08d014..8019707b 100644 --- a/basic_pitch/inference.py +++ b/basic_pitch/inference.py @@ -103,7 +103,7 @@ def __init__(self, model_path: Union[pathlib.Path, str]): logging.warning( "Could not load CoreML file %s even " "though it looks like a CoreML file with error %s. " - "Are you sure it's a TFLite file?", + "Are you sure it's a CoreML file?", model_path, e.__repr__(), )