Skip to content

Commit

Permalink
increase version number from 0.1 to 0.2 due to API changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobiasd committed Feb 7, 2018
1 parent 340d67d commit eff9d47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8.11)

project(frugally-deep)
set(PROJECT_VERSION 0.1)
set(PROJECT_VERSION 0.2)

message(STATUS "===( ${PROJECT_NAME} ${PROJECT_VERSION} )===")

Expand Down
2 changes: 0 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@ empty node-result cache when possible to save RAM?

add tests for Conv2DTranspose with dilation when it actually supports it: https://github.com/fchollet/keras/issues/8159

make whole model/prediction templatable with the data type (currently float32)

test also with tf.keras

0 comments on commit eff9d47

Please sign in to comment.