Skip to content

Releases: DeepChainBio/bio-transformers

release package version 0.0.8

02 Jun 09:25
97a57fa
Compare
Choose a tag to compare

Features:

  • Merge ESM/protbert for finetuning model with pytorch-lightning
  • Possibility to restore a training session.

Fixed:

  • Fix conflicts when saving model with DDP
  • Fix loading checkpoint created by pytorch-lightning

Release package version 0.0.6

25 May 22:09
Compare
Choose a tag to compare
  • Fix systematics warnings for tensor size
  • Add silent mode for progress bar
  • update torch requirements

fix main function name.

01 May 11:13
3e3fd23
Compare
Choose a tag to compare

This release make function's name more coherent with previous deepchain-apps package.

  • compute (embeddings, loglikelihood)functions return numpy array

0.0.4

30 Apr 14:52
Compare
Choose a tag to compare

Fix init missing files in modules.
Fix CI package installation

release package version 0.0.3

29 Apr 13:22
f569b58
Compare
Choose a tag to compare

Changelog:

add multi-gpu support
compute embeddings size
add accuracy function
add github CI

release package version 0.0.3

29 Apr 12:39
b61f32d
Compare
Choose a tag to compare

Changelog:

  • add multi-gpu support
  • compute embeddings size
  • add accuracy function
  • add github CI

first version

21 Apr 07:48
Compare
Choose a tag to compare
first version Pre-release
Pre-release
0.1.0beta1

add batch generator and change backend