ParikhKadam/bidaf-keras

Errors in tensorflow while training the model

hariteja97 opened this issue · 6 comments

Whenever I try to train the model.. I get this error and I don't know how to rectify this error.
IMG20190522140118

This is the error I get..

Thanks in advance.

Which version of tensorflow are you using?

Try using tensorflow 1.12.0 and report is the error persists.

I am going to update this project to support tensorflow 2.0 and use tf.keras instead of keras as soon as a stable version to tensorflow 2.0 releases..

@hariteja97 Did this solve the issue?

@hariteja97 The model doesn't work well with Theano is a problem with Keras. You should try opening an issue at Keras Repo with the errors you get.

Improving model's accuracy needs training. The models I provided aren't actually completely trained. And I don't have resources for further training. Try that yourself..

Thank you..