aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/keras
Commit message (Collapse)AuthorAge
...
* Internal change.Gravatar A. Unique TensorFlower2017-04-14
| | | | Change: 153196671
* keras:integration_test: Replace assertTrue with assertGreaterGravatar Shanqing Cai2017-04-12
| | | | | so we can get more information about the actual val_acc value when the test fails flakily. Change: 152959293
* N/AGravatar A. Unique TensorFlower2017-04-11
| | | | Change: 152874742
* Backport fixes and improvements from external Keras.Gravatar Francois Chollet2017-04-11
| | | | Change: 152867002
* Gracefully exit on writing config file.Gravatar A. Unique TensorFlower2017-04-11
| | | | Change: 152837817
* Merge changes from github.Gravatar Rohan Jain2017-04-07
| | | | Change: 152508170
* Remove Keras config file saving.Gravatar Francois Chollet2017-04-05
| | | | Change: 152306552
* Change json.decode.JSONDecodeError to ValueError. JSONDecodeError seems to beGravatar A. Unique TensorFlower2017-04-05
| | | | | the exception used in the simplejson module, not the json module. Change: 152278012
* Backport fixes and improvements from external Keras.Gravatar Francois Chollet2017-04-04
| | | | Change: 152198296
* Use e.errno instead of trying to except FileExistsError.Gravatar A. Unique TensorFlower2017-03-17
| | | | | FileExistsError doesn't exist in Python 2.7. Change: 150436736
* Bring the Keras API in contrib.Gravatar Francois Chollet2017-03-15
Change: 150237453