From 8092a82577e9dd314884d6606cbbb487fef06603 Mon Sep 17 00:00:00 2001 From: Firmament-cyou <57580313+Firmament-cyou@users.noreply.github.com> Date: Tue, 21 Feb 2023 11:33:41 +0800 Subject: [PATCH] add directory for image_classification finetuneing scripts (#115) --- .../{ => image_classification}/finetune_image_classification.py | 0 examples/pytorch/{ => image_classification}/run_train.sh | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename examples/pytorch/{ => image_classification}/finetune_image_classification.py (100%) rename examples/pytorch/{ => image_classification}/run_train.sh (100%) diff --git a/examples/pytorch/finetune_image_classification.py b/examples/pytorch/image_classification/finetune_image_classification.py similarity index 100% rename from examples/pytorch/finetune_image_classification.py rename to examples/pytorch/image_classification/finetune_image_classification.py diff --git a/examples/pytorch/run_train.sh b/examples/pytorch/image_classification/run_train.sh similarity index 100% rename from examples/pytorch/run_train.sh rename to examples/pytorch/image_classification/run_train.sh