yogesh
yogesh
Changed line number 81 in dual_encoder.py with following `losses = tf.nn.sigmoid_cross_entropy_with_logits(logits=logits, labels=tf.to_float(targets))` add `logits=` and `labels=`
This is my input sets > { "question" : "what is your name", "answer" : "LOLA" } { "question" : "what is your age", "answer" : "Don't know" } {...
In given code is only tested for single input, here I want to interact with model if user input something on console then result should come immediately without iterating whole...
IS possible to change in that code, I tried from last two days but still not get success , I am here novice to learn tensorflow and python. If my...
did you get something about --reinforce_learn not work ?
Did you get solution for this ? I had same issue ?