-
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
AssertionError: 50 1 in assert len(fwd)==len(rev),str(len(fwd))+" "+str(len(rev))
#74
Comments
Hi @ofiryaish, thanks for bringing this error to my attention. Can you try out the fix in PR #76? If it works, I can create a new release with the fix. Let me know if you have any confusion. As for the issue with |
@AvantiShri regarding the Tensorflow problem, I understand, I thought it has easy fix. It is hard to combine modisco in a pipeline that involved other operations in TF2. Thank you |
FYI @ofiryaish, my more recent versions of TF-MoDISco have switched to a different default way of computing the gapped kmer embeddings that doesn't rely on the GPU (and hence does not require importing tensorflow). The old way of computing gapped kmer embeddings is still supported, but if you use the new default settings then it won't need the GPU, and you might find that easier. Let me know if you have any questions. |
I will try it in the future. Thank you |
Hey, Installed modisco 5.9.0 (update it actually), and I get an error while it running:
It's probably something with the update that is not working any more.
Another problem that I saw in this version is that you preformed
tf.compat.v1.disable_v2_behavior()
, and therefore if the modisco is part of a certain pipeline that work make other preation in TensorFlow 2, then there is a problem: for example, it seems that it disable eager execution. when I tried to perform tf.compat.v1.enable_v2_behavior after the use with modisco it still was not working, and therefore other solution is needed.Thank you for you work
The text was updated successfully, but these errors were encountered: