From c9b815ad5f6826514129f65171838ef6ad833026 Mon Sep 17 00:00:00 2001 From: camera-2018 <2907618001@qq.com> Date: Thu, 20 Apr 2023 12:33:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=204.6.5.2.3link=E5=9C=B0=E5=9D=80=E4=B8=8D?= =?UTF-8?q?=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vitepress/config.js b/.vitepress/config.js index 96f0447..3374b25 100644 --- a/.vitepress/config.js +++ b/.vitepress/config.js @@ -331,7 +331,7 @@ export default defineConfig({ { text: '4.6.5.2经典网络', link: '/4.人工智能/4.6.5.2经典网络' }, { text: '4.6.5.2.1AlexNet', link: '/4.人工智能/4.6.5.2.1AlexNet' }, { text: '4.6.5.2.2FCN', link: '/4.人工智能/4.6.5.2.2FCN' }, - { text: '4.6.5.2.3ResNet', link: '/4.人工智能/4.6.5计算机视觉(CV)' }, + { text: '4.6.5.2.3ResNet', link: '/4.人工智能/4.6.5.2.3ResNet' }, { text: '4.6.5.2.4UNet', link: '/4.人工智能/4.6.5.2.4UNet' }, { text: '4.6.5.2.5GAN', link: '/4.人工智能/4.6.5.2.5GAN' }, { text: '4.6.5.2.6思考题参考', link: '/4.人工智能/4.6.5.2.6思考题参考' },