Samuel Stanton
Samuel Stanton
Hi Kevin, haven't had time to draft a PR bc of some impending deadlines. I'm hoping to defend my dissertation in July so realistically it'll probably be a while before...
@jacobrgardner @gpleiss any thoughts?
@gpleiss how does everything look?
we calculate agreement as ``` agreement = teacher_logits.argmax(-1).eq(student_logits.argmax(-1)).float().mean() ```
if you're using a teacher ensemble you'll want to softmax the logits and average across the ensemble dimension first
I ran the same command and got different output. Most likely this is the result of a misconfigured environment or FoldX wasn't properly installed ``` logger: _target_: upcycle.logging.DataFrameLogger log_dir: data/experiments/test/comfy-hill-96/2023-05-01_08-08-06...
closing due to inactivity
thanks for the detailed issue. When I was writing the code for this paper the MTGP features of GPyTorch and BoTorch were under active development, which is why the requirements...
Hi @RMichae1 just wanted to follow up and let you know that the open-source alpha release of LaMBO-2 is live :) https://github.com/prescient-design/cortex
Thanks again for your work tracking this down, merged into master and make a note in the README