Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marvel31415 authored Sep 14, 2018
1 parent 46da745 commit a8ac5a0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,19 +104,19 @@ Particular format for binary files with weights. Every .npw file follows the sam
```
[number of layers][4 bytes]
[layer config]
[weights]
[biases]
[layer config] [4 bytes * 15]
[weights] [4 bytes * n]
[biases] [4 bytes * m]
[layer config]
[weights]
[biases]
[layer config] [4 bytes * 15]
[weights] [4 bytes * n_1]
[biases] [4 bytes * m_1]
.
.
.
[layer config]
[weights]
[biases]
[layer config] [4 bytes * 15]
[weights] [4 bytes * n_n]
[biases] [4 bytes * m_m]
```

### .npt
Expand Down

0 comments on commit a8ac5a0

Please sign in to comment.