From 8f1c5d3d6965f5844820900cfff0851a272b730b Mon Sep 17 00:00:00 2001 From: shiyu22 Date: Wed, 15 Dec 2021 22:17:16 +0800 Subject: [PATCH] Update Signed-off-by: shiyu22 --- __init__.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/__init__.py b/__init__.py index 9379ed6..8516979 100644 --- a/__init__.py +++ b/__init__.py @@ -12,10 +12,10 @@ # See the License for the specific language governing permissions and # limitations under the License. -# import os +import os -# # For requirements. -# try: -# import timm -# except ModuleNotFoundError: -# os.system('pip install timm') +# For requirements. +try: + import timm +except ModuleNotFoundError: + os.system('pip install timm')