-
Notifications
You must be signed in to change notification settings - Fork 2
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
Arbitrary output when inferencing on hg_38 #1
Comments
Thank you for this issue. Based on your description, it seems that rerunning the same code occasionally produces different results. During our own testing, we did not encounter such behavior. Given the code you shared, the data inputs should remain consistent across runs. Therefore, I suspect that the issue may arise from the initialization of the model weights. I noticed that the Currently, your code imports To address this issue, I recommend the following changes:
These changes should ensure that the model architecture matches the pretrained weights, minimizing the likelihood of inconsistent behavior. Thank you again for bringing this to our attention, and we appreciate your interest in our work! |
Hello, I have also met some problems when testing inference pipeline based on 1. Cannot import
I checked 2. Cannot load pretrained model weights` My code:
The error:
Then I changed the model load weights into
It works for weights loading. 3.
The error:
Could you give some suggestion about these problems? Thanks a lot. |
@xiaoxiao6630 Hello, thank you for raising these problems. We have rechecked and tested the
I hope this helps you in using EpiGePT effectively. |
Hello there. I was interested in your work and tried to test for an inference baseline. However, after finishing and debugging the script according to the given
.ipynb
tutorial, I find that the model would output.csv
file withNaN
s. Confusingly, after rerun the code, it would sometimes give out seemingly valid output (I mean,.csv
withfloat
s inside). So since I'm still a rookie in this area, I'm wondering if you could offer some advice on it.I'm working under conda env. with
python=3.8.20
,pytorch=2.4.1+cu118
(since the old version is not suitable for RTX 3090 ofsm_86
arch),pytorch-lightning=1.2.10
.Thank you so much!
Here is my script:
And here are several outputs of rerunning the code:
This above seems good, but after rerun the code I got:
The text was updated successfully, but these errors were encountered: