From de67b0258ecaa25c25606885f6d3c945e0bb6c9d Mon Sep 17 00:00:00 2001 From: Behnam Haddadian Date: Thu, 18 Mar 2021 12:43:53 +0330 Subject: [PATCH] fixed issue 4 by updating imported dataset --- 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()