You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
你好,我觉得gen_concated_feature.py文件中,sparse_slots_filter = [slot_name for slot_name in slots_filter if slot_name in self.sparse_feats_slots]
应该改为sparse_slots_filter = [slot_name for slot_name in slots_filter if slot_name in (self.sparse_feats_slots+self.list_sparse_feats_slots)]
The text was updated successfully, but these errors were encountered:
你好,我觉得gen_concated_feature.py文件中,sparse_slots_filter = [slot_name for slot_name in slots_filter if slot_name in self.sparse_feats_slots]
应该改为sparse_slots_filter = [slot_name for slot_name in slots_filter if slot_name in (self.sparse_feats_slots+self.list_sparse_feats_slots)]
The text was updated successfully, but these errors were encountered: