PALM
PALM copied to clipboard
预测数据 < batch_size时会抛异常
if len(examples) < batch_size:
raise Exception('CLS dataset contains too few samples. Expect more than '+str(batch_size))