Srikumar Sastry

Results 4 comments of Srikumar Sastry

#255 I added a popular book, tensorflow.js

@fchollet Thank you for reviewing. I have updated the error message both in the `train_function` and `predict_function` in this PR. Plus added the specific error message in `data_adapter.get_data_handler(...)`.

Hi @gbaned ! Is it enough to use if else checks for iterator and dataset?

To be precise, this issue popped up in `tensorflow==2.7.0` and `keras==2.7.0` and their recent versions. Currently, I have `python==3.8.6`, `tensorflow==2.8.0` and `keras==2.8.0`. The minimal code to reproduce the issue: ```...