Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
183cffb661
commit
606e5dbfe3
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue