Closed Huanle closed 1 year ago
Hi @dauparas ,
This is a layman's question inspired by news related to chatGPT and GPT4. There might be a way to count it but i do not know how.
Can you please let me know? Thanks a lot.
You can run something like pytorch_total_params = sum(p.numel() for p in model.parameters()). The ProteinMPNN model has about 1.66 million parameters.
pytorch_total_params = sum(p.numel() for p in model.parameters())
Hi @dauparas ,
This is a layman's question inspired by news related to chatGPT and GPT4. There might be a way to count it but i do not know how.
Can you please let me know? Thanks a lot.