Open puneet-10 opened 6 years ago
Please give the files for trained weights too
any link with how i can replace that code with newer versions of tensorflow? O.o not just downgrading it
@smorbrt here you go:
import tensorflow.compat.v1 as tfv1
and use tfv1 in place of tf everywhere. It functions as tensorflow 1.0.0
Install the tensorflow 1.0.0, prepare_attention() is not available for other tensorflow updates. Hope you have solved it by now 👍