Skip to content

Commit

Permalink
- misc markdown update.
Browse files Browse the repository at this point in the history
  • Loading branch information
blackccpie committed Jun 5, 2016
1 parent 05aade8 commit 0e9c252
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ neurocl main entry point is class **network_manager**:
- for now there are 3 backends available:
* **NEURAL_IMPL_BNU_REF** : the reference implementation only using boost::numeric::ublas containers and operators
* **NEURAL_IMPL_BNU_FAST** : fast implementation using boost::numeric::ublas containers but custom simd (neon/sse4) optimized operators
* **NEURAL_IMPL_BNU_FAST** : _experimental_ fast implementation using boost::numeric::ublas containers but custom simd (neon/sse4) optimized operators (for now layer sizes should be multiples of 4)
* **NEURAL_IMPL_VEXCL** : _experimental_ vexcl reference implementation.
Expand All @@ -108,7 +108,7 @@ neurocl main entry point is class **network_manager**:
```c++
net_manager.load_network( "topology.txt", "weights.bin" );
```
- once a network is loaded, it can be trained, or used for direct output computation
```c++
Expand Down
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TODO - General
- [ ] Conclude with FCNN weight decay management implementation
- [ ] Update doc with xml config, picoPi2 TTS use, new network type enums...
- [x] Update doc with xml config, picoPi2 TTS use, new network type enums...
- [ ] Optimization works:
- [x] end major/obvious simd optimizations in the bnu fast implementation
- [x] Try to use boost specific containers (static_vector etc...)
Expand Down

0 comments on commit 0e9c252

Please sign in to comment.