Sherlock

Results 1 issues of Sherlock

else: # This is a greedy decoder - outputs are just argmaxes of output_logits. outputs = [int(np.argmax(np.split(logit, [2, FLAGS.response_vocab_size], axis=1)[1], axis=1)+2) for logit in output_logits] # If there is an...