Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The 384p model keeps failing with covariance_matrix #209

Open
anooravk opened this issue Dec 10, 2024 · 1 comment
Open

The 384p model keeps failing with covariance_matrix #209

anooravk opened this issue Dec 10, 2024 · 1 comment

Comments

@anooravk
Copy link

ValueError: Expected parameter covariance_matrix (Tensor of shape (4, 4)) of distribution MultivariateNormal(loc: torch.Size([4]), covariance_matrix: torch.Size([4, 4])) to satisfy the constraint PositiveDefinite(), but found invalid values:
2024-11-18T19:34:51.292478319Z tensor([[ 1.0000, -0.3333, -0.3333, -0.3333],
2024-11-18T19:34:51.292521520Z [-0.3333, 1.0000, -0.3333, -0.3333],
2024-11-18T19:34:51.292536989Z [-0.3333, -0.3333, 1.0000, -0.3333],
2024-11-18T19:34:51.292601801Z [-0.3333, -0.3333, -0.3333, 1.0000]])
2024-11-18T19:34:51.293700836Z {"prediction_id": null, "error": "Expected parameter covariance_matrix (Tensor of shape (4, 4)) of distribution MultivariateNormal(loc: torch.Size([4]), covariance_matrix: torch.Size([4, 4])) to satisfy the constraint PositiveDefinite(), but found invalid values:\ntensor([[ 1.0000, -0.3333, -0.3333, -0.3333],\n [-0.3333, 1.0000, -0.3333, -0.3333],\n [-0.3333, -0.3333, 1.0000, -0.3333],\n [-0.3333, -0.3333, -0.3333, 1.0000]])", "logger": "cog.server.runner", "timestamp": "2024-11-18T19:34:51.293277Z", "severity": "INFO", "message": "prediction failed"}

@anooravk anooravk changed the title The 360p model keeps failing with covariance_matrix The 384p model keeps failing with covariance_matrix Dec 10, 2024
@feifeiobama
Copy link
Collaborator

There are several existing discussions of this issue (#121, #53). Please refer to them for fixes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants