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
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
Hi, I got an error during validation step, here is a traceback:
As I understand, the variable perm_mask should be a tensor with integer values, but it is obtained from division in self.num_nodes in advance method as follows:
Please validate if it is correct for torch 1.10. It will also be great to fix this issue if it is correct for your setting Ubuntu 16.04, using Python 3.6.7, PyTorch 1.2.0 and CUDA 10.0. It can help people who trying to run the code on modern versions.
Yes, the issue you have referenced can be a fix if you are using the latest PyTorch.
This codebase + empirical results were obtained using an older version of PyTorch 1.2, where I do not recall encountering the same issue. At the moment, I can consider updating the codebase(s) for my TSP projects, but I do not have the bandwidth and resources to actually test these changes or ensure that the results do not change dramatically. What do you suggest?
Hi, I got an error during validation step, here is a traceback:
As I understand, the variable
perm_mask
should be a tensor with integer values, but it is obtained from division inself.num_nodes
inadvance
method as follows:So it looks like it cannot work in any case. Any help will be highly appreciated.
The text was updated successfully, but these errors were encountered: