We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3e2600 commit 7af3efeCopy full SHA for 7af3efe
scripts/revision/heterogeneous.py
@@ -7,7 +7,7 @@
7
Nums.QUEUE_WEIGHT_THRESHOLD_RATIO = 0.9999999
8
Nums.WARMUP_EPOCHS = 4
9
10
-suffix = "_constants_fit_all7"
+suffix = "_constants_fit_all8"
11
12
dir_name = "/gpfs/workdir/blampeyq/novae/data/_heterogeneous"
13
@@ -27,6 +27,12 @@
27
adatas,
28
scgpt_model_dir="/gpfs/workdir/blampeyq/checkpoints/scgpt/scGPT_human",
29
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,
36
# num_prototypes=512,
37
# temperature=0.5,
38
)
0 commit comments