Documentation and Bugfixes
- general:
- improved documentation include installation instructions and many examples from the paper, #153
- bugfixes (see technical)
- new features:
-
MyLittleModel
is now a pure feed-forward network (before it had a CNN part), #168
-
- technical:
- new compile options check to ensure its execution, #154
- bugfix for key errors in time series plot, #169
- bugfix for not used kwargs in
DefaultDataHandler
, #170 -
trainable
parameter is renamed bytrain_model
to prevent confusion with the tf trainable parameter, #162 - fixed HPC installation failure, #159