From ca07489c04e0bb0dfd99cc2db32ac85b25b18884 Mon Sep 17 00:00:00 2001 From: Santiago Rios Olaya <67811126+Sr-santi@users.noreply.github.com> Date: Sun, 4 Feb 2024 18:47:58 -0500 Subject: [PATCH] Update Ch6_final.py - add vertical_data import --- Chapter_6/Ch6_final.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Chapter_6/Ch6_final.py b/Chapter_6/Ch6_final.py index 3c06055d5..ece4f598a 100644 --- a/Chapter_6/Ch6_final.py +++ b/Chapter_6/Ch6_final.py @@ -1,6 +1,7 @@ import numpy as np import nnfs from nnfs.datasets import spiral_data +from nnfs.datasets import vertical_data nnfs.init()