-
Notifications
You must be signed in to change notification settings - Fork 193
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
Only output one prediction for a batch of input #120
Comments
Is it possible that some went OOM? Can you paste here the logs? |
We didn't see any information about the OOM. The log is as follows.
|
Hi @jwohlwend , I have found the reason why this issue occurs. When you set
|
Hi everyone,
We update the code to the release v0.4.0 from v0.3.2. We find that when we set the input path of a directory which contains several
.yaml
files, we can get prediction for only one of input.yaml
file. We notice that MSA files of all input files are generated and several GPUs are used for modelling. Thus, we guess that all of complexes are modelled but only one is saved.The text was updated successfully, but these errors were encountered: