hpcaitech / FastFold

Optimizing AlphaFold Training and Inference on GPU Clusters
Apache License 2.0
556 stars 84 forks source link

Cannot run perf.py in benchmark #176

Closed chuhan-ouyang closed 1 year ago

chuhan-ouyang commented 1 year ago

When running perf.py in the benchmark folder, the code could not compile because the Evoformer constructor got an unexpected argument "d_node." There seems to be a mismatch between the Evoformer constructor's declared list of arguments (/fastfold/model/fastnn/evoformer.py) and its provided arguments in benchmark/perf.py

Evoformer Constructor Declaration Mismatch in Perf py Usage of Evoformer Constructor

Gy-Lu commented 1 year ago

Hi, I have fixed it in #177. If there are still bugs, feel free to reopen this issue.

chuhan-ouyang commented 1 year ago

Thank you very much for the fix! I ran into a new issue in #178, could you confirm whether that is still an error related to the CLI/interface, please?