Skip to content

Commit 58fccb7

Browse files
committed
Fix bugs in model import.
1 parent 51f8a80 commit 58fccb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ python create_dataset.py test 0 # ~1 minute, creates dataset_test_0.h5 (0.5
5353
$ python -m spliceai_pytorch.train --model 80nt \ # 80nt, 400nt, 2k, 10k
5454
--train-h5 spliceai_train_code/Canonical/dataset_train_all.h5 \
5555
--test-h5 spliceai_train_code/Canonical/dataset_test_0.h5 \
56-
--use-wandb
56+
--use-wandb # Optional, for logging.
5757
```
5858

5959
## Reproduction status (wip)

spliceai_pytorch/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from spliceai_pytorch import SpliceAI_80nt, SpliceAI_400nt, SpliceAI_2k, SpliceAI_10k
1+
from spliceai_pytorch import SpliceAI

0 commit comments

Comments
 (0)