Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
trying precising the attenion type
Browse files Browse the repository at this point in the history
  • Loading branch information
jkobject committed Sep 4, 2024
1 parent db8ef43 commit d2952dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ def test_base():
adata = preprocessor(adata)
# conf = dict(self.config_init[subcommand])

model = scPrint.load_from_checkpoint(ckpt_path, precpt_gene_emb=None)
model = scPrint.load_from_checkpoint(
ckpt_path, precpt_gene_emb=None, attention_type="normal"
)
dn = Denoiser(
plot_corr_size=10,
batch_size=2,
Expand Down

0 comments on commit d2952dd

Please sign in to comment.