matthewfeickert / HEPML-env

A minimal Python3 environment for HEP machine learning with pipenv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add Keras to default environment #18

Closed matthewfeickert closed 6 years ago

matthewfeickert commented 6 years ago

The tf.keras module is an API to Keras, not Keras itself

tf.keras is TensorFlow's implementation of the Keras API specification.

Big thanks to @dguest for pointing this out in PR #12!