Spaces:
Running
Running
update weights
Browse files
env_consts.py
CHANGED
@@ -3,7 +3,7 @@ import os
|
|
3 |
TEST_INPUT_DIR = None
|
4 |
TEST_OUTPUT_DIR = None
|
5 |
THIS_FILE_DIR = os.path.dirname(os.path.abspath(__file__))
|
6 |
-
CKPT_PATH = os.path.join(THIS_FILE_DIR, "resources", "
|
7 |
RUN_CONFIG_PATH = os.path.join(THIS_FILE_DIR, "resources", "run_config.json")
|
8 |
|
9 |
OUTPUT_PROT_PATH = os.path.join(THIS_FILE_DIR, "predicted_protein_out.pdb")
|
|
|
3 |
TEST_INPUT_DIR = None
|
4 |
TEST_OUTPUT_DIR = None
|
5 |
THIS_FILE_DIR = os.path.dirname(os.path.abspath(__file__))
|
6 |
+
CKPT_PATH = os.path.join(THIS_FILE_DIR, "resources", "only_weights_114-191750.ckpt")
|
7 |
RUN_CONFIG_PATH = os.path.join(THIS_FILE_DIR, "resources", "run_config.json")
|
8 |
|
9 |
OUTPUT_PROT_PATH = os.path.join(THIS_FILE_DIR, "predicted_protein_out.pdb")
|
resources/{only_weights_107-187000.ckpt → only_weights_114-191750.ckpt}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 53302016
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2bb046d522ac63905349de2598db9188e0e09abdddad87501ceb5ca3d63335b
|
3 |
size 53302016
|