We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9953333 commit cedf758Copy full SHA for cedf758
1 file changed
deepEMhancer/config.py
@@ -5,7 +5,7 @@
5
NNET_INPUT_SIZE=64
6
NNET_INPUT_STRIDE= NNET_INPUT_SIZE//4
7
8
-DOWNLOAD_MODEL_URL = 'http://campins.cnb.csic.es/deepEMhancer/deepEMhancerModels.zip'
+DOWNLOAD_MODEL_URL = 'https://zenodo.org/record/7432763/files/deepEMhancerModels_tf1.zip'
9
MODEL_DOWNLOAD_EXPECTED_SIZE=739163136
10
11
DEFAULT_MODEL_DIR = os.path.expanduser("~/.local/share/deepEMhancerModels/production_checkpoints")
0 commit comments