From e708eb3670134bb434def14977fc748504000fcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E5=85=B4=E6=88=90?= <1358493914@qq.com> Date: Mon, 29 May 2023 03:13:36 +0000 Subject: [PATCH] =?UTF-8?q?update=20/cv/image=5Fclassification/ResNet50=5F?= =?UTF-8?q?ID0058=5Ffor=5FTensorFlow/src/mains/res50.py.=20delete=20torch?= =?UTF-8?q?=5Fnpu=EF=BC=8Cno=20need?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 高兴成 <1358493914@qq.com> --- .../ResNet50_ID0058_for_TensorFlow/src/mains/res50.py | 1 - 1 file changed, 1 deletion(-) diff --git a/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/src/mains/res50.py b/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/src/mains/res50.py index ccb3e77d0..d71fc42ac 100644 --- a/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/src/mains/res50.py +++ b/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/src/mains/res50.py @@ -57,7 +57,6 @@ from trainers import gpu_base_trainer as tr # from configs import res50_config as cfg from hyper_param import hyper_param as hp from layers import layers as ly -import torch_npu import argparse def main(): -- Gitee