Skip to content

Commit

Permalink
disable clear_cache_between_blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
guolinke committed Dec 19, 2021
1 parent d368763 commit 6fb440c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfold/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ def model_config(name, train=False, low_prec=False):
"msa_dropout": 0.15,
"pair_dropout": 0.25,
"blocks_per_ckpt": blocks_per_ckpt,
"clear_cache_between_blocks": True,
"clear_cache_between_blocks": False,
"inf": 1e9,
"eps": eps, # 1e-10,
},
Expand Down

0 comments on commit 6fb440c

Please sign in to comment.