Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2024-02-07 15:35:28 +01:00 committed by GitHub
parent 183cffb661
commit 606e5dbfe3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,7 +57,8 @@ np.save("label_test.npy", label_test)
```python
import numpy as np
k: int = 3
n: int = 1
k: int = 2 * n + 1
data_train = np.load("data_train.npy")
data_test = np.load("data_test.npy")