We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你们DyGKT代码中src_node_embeddings = self.src_node_updater.update( src_nodes_features[:, :-1, :] + src_nodes_neighbor_skill_struct_features+ src_nodes_neighbor_struct_features) + (src_nodes_edge_raw_features + src_nodes_neighbor_time_features)[:,-1, :] (src_nodes_edge_raw_features + src_nodes_neighbor_time_features)[:,-1, :]这个包含当前要预测的edge_raw_features,不是相当于把作答情况r告诉模型了吗?这样不是数据泄露了吗?怎么完成预测任务?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
你们DyGKT代码中src_node_embeddings = self.src_node_updater.update(
src_nodes_features[:, :-1, :] + src_nodes_neighbor_skill_struct_features+ src_nodes_neighbor_struct_features) + (src_nodes_edge_raw_features + src_nodes_neighbor_time_features)[:,-1, :]
(src_nodes_edge_raw_features + src_nodes_neighbor_time_features)[:,-1, :]这个包含当前要预测的edge_raw_features,不是相当于把作答情况r告诉模型了吗?这样不是数据泄露了吗?怎么完成预测任务?
The text was updated successfully, but these errors were encountered: