diff --git a/CMakeLists.txt b/CMakeLists.txt index 629968df..71f5a01a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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} )===") diff --git a/TODO.md b/TODO.md index fb7688f9..68749473 100644 --- a/TODO.md +++ b/TODO.md @@ -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 \ No newline at end of file