Skip to content

Commit

Permalink
Update neural network weights
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Ludwiczak committed Nov 30, 2020
1 parent 7a2fe9a commit 2d9caf5
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
pip install -r requirements.txt
- name: Set environment
run: |
echo "::set-env name=PYTHONPATH::/home/runner/work/DeepCoil/DeepCoil"
echo "PYTHONPATH=/home/runner/work/DeepCoil/DeepCoil" >> $GITHUB_ENV
- name: Test with pytest
run: |
pytest -v
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Changelog

### v2.0.1
- Updated DC2 neural network weights.

### v2.0
- Retrained with the updated dataset based on *[SamCC-Turbo](https://github.com/labstructbioinf/samcc_turbo)* labels.
- Faster inference time by applying *[SeqVec](https://github.com/rostlab/SeqVec)* embeddings instead of *psiblast* profiles.
Expand Down
2 changes: 1 addition & 1 deletion deepcoil/models/seq.json

Large diffs are not rendered by default.

Binary file modified deepcoil/weights/seq_1.h5
Binary file not shown.
Binary file modified deepcoil/weights/seq_2.h5
Binary file not shown.
Binary file modified deepcoil/weights/seq_3.h5
Binary file not shown.
Binary file modified deepcoil/weights/seq_4.h5
Binary file not shown.
Binary file modified deepcoil/weights/seq_5.h5
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
with open("README.md", "r") as fh:
long_description = fh.read()

VERSION = '2.0'
VERSION = '2.0.1'
with open('requirements.txt') as f:
install_reqs = f.read().splitlines()

Expand Down
Binary file modified tests/data/test_seq_ref.hdf5
Binary file not shown.

0 comments on commit 2d9caf5

Please sign in to comment.