adverbial03

Results 2 issues of adverbial03

Thanks for your excellent work of tutel. I would like to know the function's function(at `fast_dispatch.py`) ``` def compute_sorted_location(x, importance_scores): sorted_x = x[importance_scores.argsort(dim=0)] sorted_cumsum = fast_cumsum_sub_one(sorted_x) * sorted_x return sorted_cumsum[importance_scores.argsort(dim=0).argsort(dim=0)]...

Thank you for your excellent work. I don’t understand something about the gat layer. Your graph_attention is implemented with the function make_attention_input, but it seems that you just copied and...