Skip to content

Commit b21db22

Browse files
committed
Rollback ckpt file rename
1 parent f8e46a6 commit b21db22

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

configs/debugger.cellbox.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
]}],
4444

4545
"export_verbose": 3,
46-
"model_prefix": "b12",
47-
"ckpt_name": "model12.ckpt"
46+
"model_prefix": "b11",
47+
"ckpt_name": "model11.ckpt"
4848
}

pertbio/pertbio/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def __init__(self, config_file):
1414

1515
self.experiment_type = "random partition" if "experiment_type" not in config_dict else None
1616
self.experiment_id = "Debugging" if "experiment_id" not in config_dict else None
17-
self.experiment_id = "model12.ckpt" if "ckpt_name" not in config_dict else None
17+
self.experiment_id = "model11.ckpt" if "ckpt_name" not in config_dict else None
1818

1919
self.ckpt_name = config_dict['ckpt_name']
2020
self.model_prefix = config_dict['model_prefix']

pertbio/pertbio/version.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,7 @@ def get_msg():
8787
- 1) changing the x_0 from zeros to u
8888
- 2) adding mask on dxdt
8989
- 3) the previous format should work fine due to numpy broadcast
90-
- 4) Note the incompatibility between the new graph and old ckpt files
91-
* Minor improvement
92-
- Revised printing log
93-
- Rename model checkpoint name (as the original ckpt cannot be loaded for the new graph)
90+
* Revised printing log
9491
"""
9592

9693
print(changelog)

0 commit comments

Comments
 (0)