We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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<...>
The text was updated successfully, but these errors were encountered:
.zst
Try to check your weight file size? It should be 1G, I updated my weight file and solved the same issue.
Sorry, something went wrong.
@Tracyishere indeed! i didn't notice when the archive got corrupted.
No branches or pull requests
Correction: If the weight file is corrupted, the whole weights stream (mega/gigabytes of data) is dumped into the console.
The text was updated successfully, but these errors were encountered: