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

infinite loss #12

Open
dswah opened this issue Aug 5, 2016 · 2 comments
Open

infinite loss #12

dswah opened this issue Aug 5, 2016 · 2 comments

Comments

@dswah
Copy link
Owner

dswah commented Aug 5, 2016

make sure we are not penalizing the diagonals as recommended by S Kim in SNP eQTL paper.

also, why is our loss undefined so often?

@dswah
Copy link
Owner Author

dswah commented Aug 16, 2016

made change to diagonals...

havent run across the undefined loss problem again, yet...

@dswah
Copy link
Owner Author

dswah commented Aug 16, 2016

inf loss is happening when we use very large matrices. in this case the determinant is overflowing!

use np.linalg.slogdet

@dswah dswah changed the title check loss function infinite loss Oct 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant