From 2f0c97c9bdb61a45964bdf4477df8e2388c7532b Mon Sep 17 00:00:00 2001 From: wonder Date: Mon, 3 Nov 2025 19:39:25 +0800 Subject: [PATCH] =?UTF-8?q?=20=F0=9F=93=9DDocs:=20[Lab-3]=20Completed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b2adeb..aca3ed0 100644 --- a/README.md +++ b/README.md @@ -44,4 +44,10 @@ ### 基于pytorch卷积神经网络的模型测试。 -`Lab-2/src/model_training.py` \ No newline at end of file +`Lab-2/src/model_training.py` + +## **实验三** 迁移resnet50猫狗图像分类 + +### 通过代码自动下载模型并直接调用;对当前迁移过来的模型进行全连接层的调整;模型训练及测试结果。 + +`Lab-3/src/train.py`