unsupported operand type(s) for -: 'float' and 'Flag'
can you please tell me why is this issue arrising.? this error is coming when i am running your train.py file thankyou
@JayParks please if you can help , i am really understanding your code so well that i really want to implement this . I will be very thankful to you if you can help or guide.
when i am running train.py file, it is giving me the output like' sequence is less than 50'. can u please tell why it is taking as my input and output none ?
@Germey can you please have a look and suggest me something?
maybe you can change
config = OrderedDict(sorted(FLAGS.__flags.items()))
to
config = FLAGS.flag_values_dict()
It works fine for TensorFlow 1.5+
it is giving me this error KeyError: 'attention_weights_11/Exp'