Skip to content

Commit 31c204b

Browse files
authored
AptaTrans jupyter notebook (#146)
Adds a jupyter notebook for AptaTrans where it is possible to: (i) train the model via `lightning`; (ii) load pretrained weights; and (iii) use the model in combination with MCTS to rank aptamer candidates. This PR resolves #145 and is stacked on #92.
1 parent 4d7c2a5 commit 31c204b

File tree

4 files changed

+539
-6
lines changed

4 files changed

+539
-6
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121

122122
- name: Run jupyter notebooks
123123
run: |
124-
python -m pip install jupyter nbconvert ipykernel
124+
python -m pip install jupyter nbconvert "ipykernel>=6.29.5,<7.0.0"
125125
python -m ipykernel install --user --name=python3 --display-name "Python 3 (CI)"
126126
bash build_tools/run_all_notebooks.sh
127127

0 commit comments

Comments
 (0)