-
Notifications
You must be signed in to change notification settings - Fork 29
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
ValueError: perplexity must be less than n_samples #112
Comments
Thanks for reporting, it gives incentive to fix these things. Should be fixed in https://github.com/kundajelab/tfmodisco/releases/tag/v0.5.16.4 and I uploaded the release to pypi. Please let me know if it doesn't work |
Thank you for looking into this! Unfortunately I still get the same error. The only real difference in the trace is here:
|
Following the thread, as I'm getting the exact same error(s), before and after the update. Thanks for helping! |
Sorry about that, I should have done |
I have just tested it, it seems to be working now for me: it runs until the end with no errors and I can extract some patterns. Thanks @AvantiShri ! |
This might be related to issue 111, not sure. I first ran into that issue, and now, after upgrading to v0.5.16.3, I get an error as below, also at the t-SNE step.
Essentially I am following the example notebook TF_MoDISco_TAL_GATA.ipynb , with the difference that I have contribution scores for more sequences, computed by ISM.
The complete output is attached. Thanks for looking into this! tfmodisco_output.txt
The text was updated successfully, but these errors were encountered: