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

corrupted weights are dumped in the output #60

Open
aozalevsky opened this issue Nov 16, 2024 · 2 comments
Open

corrupted weights are dumped in the output #60

aozalevsky opened this issue Nov 16, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@aozalevsky
Copy link

aozalevsky commented Nov 16, 2024

Correction: If the weight file is corrupted, the whole weights stream (mega/gigabytes of data) is dumped into the console.

  File "/alphafold3_venv/lib/python3.11/site-packages/alphafold3/model/params.py", line 68, in _read_record
    raise RecordError(f'Incomplete payload: {payload}')
alphafold3.model.params.RecordError: Incomplete payload: b'diffuser/~/diffusion_head/transformer/__layer_stack_with_per_layer/__layer_stack_with_per_layer/transformerk_projectionweightsfloat32\x06\x00\x00\x00<...>
@aozalevsky aozalevsky changed the title run_alphafold_test.py fails run_alphafold_test.py fails with .zst compressed weights Nov 16, 2024
@Tracyishere
Copy link

Try to check your weight file size? It should be 1G, I updated my weight file and solved the same issue.

@aozalevsky
Copy link
Author

@Tracyishere indeed! i didn't notice when the archive got corrupted.

@aozalevsky aozalevsky changed the title run_alphafold_test.py fails with .zst compressed weights corrupted weights are dumped in the output Nov 17, 2024
@Augustin-Zidek Augustin-Zidek added bug Something isn't working enhancement New feature or request and removed bug Something isn't working labels Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants