Skip to content

Commit

Permalink
v1.1 - tf.keras, TF2, Eager compatibility, more
Browse files Browse the repository at this point in the history
  • Loading branch information
OverLordGoldDragon committed Oct 27, 2019
1 parent d28b02a commit d9a36ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keras_adamw/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
### Which optimizers to use?

```python
TensorFlow 1.14.0 + Keras 2.2.5 + 'keras' >> optimizers_225.py + utils_225.py
TensorFlow 1.14.0 + Keras 2.2.5 + 'tf.keras' >> optimizers_225tf.py + utils_225.py
TensorFlow 1.14.0 + Keras 2.2.5 + 'keras' >> optimizers_225.py + utils.py
TensorFlow 1.14.0 + Keras 2.2.5 + 'tf.keras' >> optimizers_225tf.py + utils_225tf.py
TensorFlow 2.0.0 + Keras 2.3.0 + 'keras' >> optimizers.py + utils.py
TensorFlow 2.0.0 + Keras 2.3.0 + 'tf.keras' >> optimizers_v2.py + utils.py
```
Expand Down

0 comments on commit d9a36ed

Please sign in to comment.