From 6c3899dc90e07e761670704c8e961ba8b35b3238 Mon Sep 17 00:00:00 2001 From: Anindya Mondal Date: Tue, 16 Jul 2024 15:10:17 +0100 Subject: [PATCH] Create __init__.py Fixing this error: Traceback (most recent call last): File "inference.py", line 22, in from utils.checkpoint import load_model_ckpt ModuleNotFoundError: No module named 'utils.checkpoint'; 'utils' is not a package --- utils/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 utils/__init__.py diff --git a/utils/__init__.py b/utils/__init__.py new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/utils/__init__.py @@ -0,0 +1 @@ +