You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support and build against Keras 2.2.2 and TF 1.10.0 (#151)
* bump spark version to `2.3.1`
* bump tensorframes version to `0.4.0`
* bump `keras==2.2.2` and `tensorflow==1.10.0` to fix travis issues
* TF_C_API_GRAPH_CONSTRUCTION added as a temp fix
* Drop support for Spark <`2.3` and hence Scala `2.10`
* add python3 friendly print
* add `pooling='avg'` in resnet50 testing model beccause keras api changed
* test arrays almost equal with whatever precision 5 in `NamedImageTransformerBaseTestCase`, `test_bare_keras_module`, `keras_load_and_preproc`
* make keras model smaller in `test_simple_keras_udf`
This is a continued work from #149.
0 commit comments