tfnn commited on
Commit
42c21d5
1 Parent(s): 13cb42f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -68,7 +68,7 @@ load_x = []
68
  with open("train_x.dat", 'rb') as f:
69
  load_x = np.fromfile(f, dtype=np.float32)
70
 
71
- load_y = []
72
  with open("train_y.dat", 'rb') as f:
73
  load_y = np.fromfile(f, dtype=np.float32)
74
  ```
 
68
  with open("train_x.dat", 'rb') as f:
69
  load_x = np.fromfile(f, dtype=np.float32)
70
 
71
+ load_y = []
72
  with open("train_y.dat", 'rb') as f:
73
  load_y = np.fromfile(f, dtype=np.float32)
74
  ```