From 70e8881691303e579856ae48746403e4ee66e623 Mon Sep 17 00:00:00 2001 From: kejingfan Date: Sat, 13 Jan 2024 12:37:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9requirements=E6=96=87?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E5=88=A0=E9=99=A4=E4=B8=8D=E5=BF=85=E8=A6=81?= =?UTF-8?q?=E7=9A=84=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Lab4/卷积神经网络实验.ipynb | 4 ++-- requirements.txt | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Lab4/卷积神经网络实验.ipynb b/Lab4/卷积神经网络实验.ipynb index 079eccd..c659136 100644 --- a/Lab4/卷积神经网络实验.ipynb +++ b/Lab4/卷积神经网络实验.ipynb @@ -1877,9 +1877,9 @@ ], "metadata": { "kernelspec": { - "display_name": "Python [conda env:DeepLearningLab]", + "display_name": "DeepLearningLab", "language": "python", - "name": "conda-env-DeepLearningLab-py" + "name": "python3" }, "language_info": { "codemirror_mode": { diff --git a/requirements.txt b/requirements.txt index 664f89d..8c22abe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,6 @@ ipdb jupyter numpy torch -torchaudio torchvision tqdm matplotlib