From a5c8bb6b8551f1cafc7bd90de4dc9518625eb852 Mon Sep 17 00:00:00 2001 From: Wang Xin Date: Tue, 28 Nov 2023 02:15:48 +0000 Subject: [PATCH] add Few-Shot --- FEW-SHOT/start_export.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 FEW-SHOT/start_export.sh diff --git a/FEW-SHOT/start_export.sh b/FEW-SHOT/start_export.sh new file mode 100644 index 0000000..9e43aa3 --- /dev/null +++ b/FEW-SHOT/start_export.sh @@ -0,0 +1,17 @@ +ROOT=`pwd` + +pip install torch torchvision --index-url https://download.pytorch.org/whl/cu118 +pip install numpy + + +git clone https://github.com/PaddleJitLab/Few-Shot +cd Few-Shot +git checkout master +python export.py + + +cd $ROOT +git clone https://github.com/PaddleJitLab/Few-Shot.paddle +cd Few-Shot.paddle +git checkout main +python export.py