danieltan07 / dagmm

My attempt at reproducing the paper Deep Autoencoding Gaussian Mixture Model for Unsupervised Anomaly Detection
401 stars 106 forks source link

[20221224] replace with pytorch cholesky #27

Open carrtesy opened 1 year ago

carrtesy commented 1 year ago

Hello, Thanks for your code. I've noticed an error while running your code,

According to the issue, torch.potrf is depreciated, and can instead use torch.choelsky.

Thanks.

liuyoude commented 1 year ago

Hello, Thanks for your code. I've noticed an error while running your code,

According to the issue, torch.potrf is depreciated, and can instead use torch.choelsky.

Thanks.

It's what I need! Moreover, I have some other questions about test (https://github.com/danieltan07/dagmm/issues/19#issuecomment-1376984321). Can you give some advice?