Unverified Commit e8b3789f authored by Gustaf Ahdritz's avatar Gustaf Ahdritz Committed by GitHub
Browse files

Replace cursed seed

parent 7aa07097
......@@ -306,7 +306,7 @@ python3 train_openfold.py mmcif_dir/ alignment_dir/ template_mmcif_dir/ output_d
--template_release_dates_cache_path mmcif_cache.json \
--precision bf16 \
--gpus 8 --replace_sampler_ddp=True \
--seed 42 \ # in multi-gpu settings, the seed must be specified
--seed 4242022 \ # in multi-gpu settings, the seed must be specified
--deepspeed_config_path deepspeed_config.json \
--checkpoint_every_epoch \
--resume_from_ckpt ckpt_dir/ \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment