Skip to content

Commit

Permalink
Fix changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
bittremieux committed Nov 18, 2022
1 parent 10df5e0 commit f4fa6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Changed

- Update PyTorch Lightning global seed setting.
- Use beam search decoding rather than greedy decoding to predict the peptides.

### Fixed

Expand All @@ -26,7 +27,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Maximum supported Python version updated to 3.10.
- No need to explicitly specify a config file, the default config will be used instead.
- Initialize Tensorboard during training by passing its directory location.
- Use beam search decoding rather than greedy decoding to predict the peptides.

### Fixed

Expand Down

0 comments on commit f4fa6c8

Please sign in to comment.