mirror of
https://github.com/RosettaCommons/foundry.git
synced 2026-06-04 13:24:22 +08:00
* Initial commit of chiral changes Initial checkin of chiral feature code Add chiral metric * Update the way chiral features are incorporated into the model Move initialization to new func use default pytorch reset parameters fix initialization for chirals config rename argument of confidence head fix initialization for chirals * refactor: src nest, rename rf2aa to modelhub * refactor: initial commit without projects * Initial commit of chiral changes * Initial checkin of chiral feature code * Add chiral metric * Remove option for double residual connection. Add kq_norm oiptions to base (20250125) config. * Restoring flag * config * rename argument of confidence head * Update the way chiral features are incorporated into the model * config * rename argument of confidence head * Update the way chiral features are incorporated into the model * Initial commit of chiral changes Initial checkin of chiral feature code Add chiral metric * Update the way chiral features are incorporated into the model Move initialization to new func use default pytorch reset parameters fix initialization for chirals config rename argument of confidence head fix initialization for chirals * refactor: new modelhub --------- Co-authored-by: fdimaio <dimaio@uw.edu> Co-authored-by: HaotianZhangAI4Science <haotianzhang@zju.edu.cn>
15 lines
636 B
YAML
15 lines
636 B
YAML
# https://wandb.ai
|
|
|
|
wandb:
|
|
_target_: wandb.integration.lightning.fabric.WandbLogger
|
|
save_dir: ${paths.output_dir}
|
|
offline: False
|
|
id: null # pass correct id (along with checkpoint path, and resume='allow' or 'must') to resume a run
|
|
anonymous: null # enable anonymous logging
|
|
project: ${project}
|
|
prefix: "" # a string to put at the beginning of metric keys
|
|
log_model: False # do not upload model checkpoints
|
|
tags: ${tags}
|
|
# (Default resume to "never" to avoid accidentally resuming runs; we want to be explicit about resuming)
|
|
resume: never # never, allow, or must (see: https://docs.wandb.ai/guides/runs/resuming/)
|