neural_network #4

Merged
s452622 merged 34 commits from neural_network into master 2021-06-08 23:47:22 +02:00
Showing only changes of commit 58eaf05aec - Show all commits

View File

@ -8,7 +8,7 @@ from image import Image
from machine_learning.neural_network.net import Net
main_path = os.path.dirname(os.getcwd())
main_path = os.path.dirname(os.path.dirname(__file__))
WIDTH = 800
HEIGHT = 800