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
Appending the loss and test_loss (both being torch.cuda.Tensor) creates an issue (can't convert cuda tensor to numpy array) while converting them to numpy array at Line 538.
Additional INFO:
According to current version of ortools the code will be:
ThankYou MSVA guys, for making the code public and most importantly, the splits public.
After trying to reproduce your code, I encountered two errors (
Line 314
)Appending the
loss
andtest_loss
(both beingtorch.cuda.Tensor
) creates an issue (can't convert cuda tensor to numpy array
) while converting them tonumpy
array at Line 538.Additional INFO:
According to current version of
ortools
the code will be:Thanks 😺
The text was updated successfully, but these errors were encountered: