From bb0f194a7695f8684c656b886a638c2db1e94577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Sk=C3=B3rzewski?= Date: Thu, 14 Dec 2023 18:04:23 +0100 Subject: [PATCH] =?UTF-8?q?Aktualizacja=20przyk=C5=82ad=C3=B3w=20sieci=20n?= =?UTF-8?q?euronowych?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lab/CNN_Keras.ipynb | 2 +- lab/CNN_PyTorch.ipynb | 9 ++------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/lab/CNN_Keras.ipynb b/lab/CNN_Keras.ipynb index 01a2e15..b6fb397 100644 --- a/lab/CNN_Keras.ipynb +++ b/lab/CNN_Keras.ipynb @@ -265,7 +265,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.6" + "version": "3.10.12" }, "livereveal": { "start_slideshow_at": "selected", diff --git a/lab/CNN_PyTorch.ipynb b/lab/CNN_PyTorch.ipynb index 350b765..9baebfa 100644 --- a/lab/CNN_PyTorch.ipynb +++ b/lab/CNN_PyTorch.ipynb @@ -1,7 +1,6 @@ { "cells": [ { - "attachments": {}, "cell_type": "markdown", "metadata": { "slideshow": { @@ -14,7 +13,6 @@ ] }, { - "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ @@ -176,7 +174,6 @@ ] }, { - "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ @@ -707,15 +704,13 @@ ] }, { - "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ - "Polecam również bibliotekę [PyTorch-Lightning](https://www.pytorchlightning.ai), dzięki któej kod PyTorcha staje się trochę bardziej \"uporządkowany\"." + "Polecam również bibliotekę [PyTorch-Lightning](https://lightning.ai/pytorch-lightning), dzięki któej kod PyTorcha staje się trochę bardziej \"uporządkowany\"." ] }, { - "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ @@ -740,7 +735,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.6" + "version": "3.10.12" }, "livereveal": { "start_slideshow_at": "selected",