Cade Gordon

Results 12 comments of Cade Gordon

I think this would be a helpful addition to the repo, however, my main short-term focus is a collaboration with the team behind that repo. If you or anyone else...

Exactly! I think that's the only necessary change. Let me know how it goes :)

Bit late to this! An lr that I use frequently is `1e-4`, that or something in that family typically gives good results. Hopefully future users will be able to benefit...

Sure thing! Would you mind sharing your code to load in the model?

That would be amazing! Could send a pull request with your implementation?

Could you share the command you used to start the run?

Added a flag `--bench-warmup` to allow a few steps to not be recorded during timing so the system can get into a steady state. In addition, I realized that any...

Looks like a very helpful feature! I'll give a deeper pass over this soon. I'm the meantime, could you add an explanation of this to the `README.md`?

That makes sense to me! My thought is to add a global step counter and potentially seed from its state. Then add the arg `--save_every_n_steps` to CLI.

We ran into this issue as well when trying to do a similar diffusion process! There's a quirk in the PDB numbering scheme where RFDiffusion outputs get renumbered from the...