Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rsanchezgarc authored Dec 13, 2022
1 parent 9953333 commit cedf758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepEMhancer/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
NNET_INPUT_SIZE=64
NNET_INPUT_STRIDE= NNET_INPUT_SIZE//4

DOWNLOAD_MODEL_URL = 'http://campins.cnb.csic.es/deepEMhancer/deepEMhancerModels.zip'
DOWNLOAD_MODEL_URL = 'https://zenodo.org/record/7432763/files/deepEMhancerModels_tf1.zip'
MODEL_DOWNLOAD_EXPECTED_SIZE=739163136

DEFAULT_MODEL_DIR = os.path.expanduser("~/.local/share/deepEMhancerModels/production_checkpoints")
Expand Down

0 comments on commit cedf758

Please sign in to comment.