Skip to content

Commit

Permalink
Update description version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
csyben committed Aug 9, 2019
1 parent 52325e4 commit 6855c70
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.0.4
* [x] Added shape_inference::ShapeHandle; to allow Tensorflow to evaluate the shape of the propived operators
* [x] Batch dimension is now handled correctly
* [x] All Operators require the batch_size stored in the first dimension of the Tensor ! Batch dimensions is now mandatory
* [x] Currently all operators are only supporting a batch_size of 1 ! A Batch_size >1 will lead to an Error.
* [x] Preparation to Tensorflow 2.0 and Eager execution are included

## 0.0.3
* [x] Final license: Apache 2.0

Expand Down

0 comments on commit 6855c70

Please sign in to comment.