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

Error in Analyze Step #29

Open
yzy990924 opened this issue Jul 6, 2022 · 4 comments
Open

Error in Analyze Step #29

yzy990924 opened this issue Jul 6, 2022 · 4 comments

Comments

@yzy990924
Copy link

When using your Pyro models of SARS-CoV-2 variants--pyro-cov,I have made some problems, and desperately hope this issue will be resolved.

make preprocess

My program is cloned by github website on July 4, 2022. When running this command, the program has an error, like this:
image

make analyze

Then, I changed 3e6 to 4e6, the program can run successfully. However, when I next analyze, run this program: make analyze, there were other errors that I couldn't solve, and I had to ask you for help.

image

@kjshan
Copy link

kjshan commented Jul 6, 2022

where and how do you change 3e6 to 4e6?

@yzy990924
Copy link
Author

I just modified the code in line 283 of scripts/preprocess_usher.py

@yhldhit
Copy link

yhldhit commented Jul 20, 2022

Hey, have you solved this problem? I encounter exactly the same one as yours.

@aaronnnnnChoi
Copy link

I encountered the same error as @yzy990924 in MAKE ANALYZE process when I used a very small batch of GISAID data for test input, as I failed to obtain a FEED from GISAID. And later when I included more instance (~1000 as GISAID limits a maximum instance for every download), the MAKE ANALYZE succeed and the error did not occur.

So my guess is with too much dropout in the previous steps, it failed to shape the T × P × C array (56 × 1560 × 3000)? I did not thoroughly read the code so hopefully @fritzo or anyone could provide some comment.

Anyway, although I did not fully figure out how this problem come up or what is the proper solution, I hope my trail & error could shared some common with your situation @yzy990924 .

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

4 participants