Shun Zheng
Shun Zheng
When testing with the following codes ``` torch.manual_seed(1234) start = torch.tensor([0, 1]) cumdeg = torch.tensor([0, 3, 7]) neighbor_sampler(start, cumdeg, size=2) ``` we cannot get consistent bebaviors with multiple runs as...
Thanks for such a great paper. I cannot reproduce the relative performance gains shown in the tables of your paper with "results_xxx.txt" files in https://github.com/tstandley/taskgrouping/tree/master/network_selection. I wonder whether it is...
Dear authors, Thanks for your great work! I am trying to replicate your results but encounter the problem that the training procedure encounters unexpected exits due to the following lines...