KuDA/models/Encoder_KIAdapter.py 文件中的 TfEncoder 类,forward 返回两个值:output 和 hidden_list;但是self.tfencoder好像只返回一个值,此处是否存在问题?