Wei Xiao

Results 3 comments of Wei Xiao

This may be the problem of a new version Pytorch. You may try older version of Pytorch (e.g., '1.10.1+cu113', I received a similar warning for this problem that this will...

Q is usually defined as an identity matrix. If there is such an issue with an identity Q, then it might also be the pytorch version problem. '1.10.1+cu113' has no...

Then you need to ensure that the artificially set weight matrix should always make Q positive definite, e.g., with non-negative diagonal items for diagonal Q.