From b41c31ba28be464ff3b7a8f2ab83ed7713fdbdfe Mon Sep 17 00:00:00 2001 From: Mukul Juneja Date: Thu, 9 May 2024 17:21:36 +0530 Subject: [PATCH] vertical_data instead of spiral --- Chapter_6/Ch6_final.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter_6/Ch6_final.py b/Chapter_6/Ch6_final.py index 3c06055d5..d23f9bc91 100644 --- a/Chapter_6/Ch6_final.py +++ b/Chapter_6/Ch6_final.py @@ -1,6 +1,6 @@ import numpy as np import nnfs -from nnfs.datasets import spiral_data +from nnfs.datasets import vertical_data nnfs.init()