German: Same party names over periods

This commit is contained in:
Deepthi Pathare
2021-05-24 19:10:31 +02:00
parent d1033f9443
commit 653e773f39
2 changed files with 5 additions and 2 deletions

View File

@@ -11,8 +11,8 @@ import numpy as np
grid_h = 11 # Grid height
grid_w = 11 # Grid width
radius = 2 # Neighbour radius
step = 0.5
ep = 100 # No of epochs
step = 0.5 # Learning step
ep = 300 # No of epochs
# Load data
dataset = ld.load_german_data()