Closed priyanksonis closed 4 years ago
While evaluation on response selection with batch_size < 100, on this line: https://github.com/jasonwu0731/ToD-BERT/blob/master/models/dual_encoder_ranking.py#L95 we will get the error: 'dual_encoder_ranking' object has no attribute 'final_response_output' , so please check this.
response selection
batch_size < 100
'dual_encoder_ranking' object has no attribute 'final_response_output'
Updated it with args["eval_batch_size"] as shown here. Thanks.
While evaluation on
response selection
withbatch_size < 100
, on this line: https://github.com/jasonwu0731/ToD-BERT/blob/master/models/dual_encoder_ranking.py#L95 we will get the error:'dual_encoder_ranking' object has no attribute 'final_response_output'
, so please check this.