Skip to content

Commit 7af3efe

Browse files
_constants_fit_all8
1 parent e3e2600 commit 7af3efe

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

scripts/revision/heterogeneous.py

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Nums.QUEUE_WEIGHT_THRESHOLD_RATIO = 0.9999999
88
Nums.WARMUP_EPOCHS = 4
99

10-
suffix = "_constants_fit_all7"
10+
suffix = "_constants_fit_all8"
1111

1212
dir_name = "/gpfs/workdir/blampeyq/novae/data/_heterogeneous"
1313

@@ -27,6 +27,12 @@
2727
adatas,
2828
scgpt_model_dir="/gpfs/workdir/blampeyq/checkpoints/scgpt/scGPT_human",
2929
min_prototypes_ratio=0.3,
30+
heads=16,
31+
hidden_size=128,
32+
temperature=0.1,
33+
num_prototypes=1048,
34+
background_noise_lambda=5,
35+
panel_subset_size=0.8,
3036
# num_prototypes=512,
3137
# temperature=0.5,
3238
)

0 commit comments

Comments
 (0)