From f4fa6c8a17b6b279e059d9d2297b950de6140920 Mon Sep 17 00:00:00 2001 From: Wout Bittremieux Date: Thu, 17 Nov 2022 19:39:01 -0800 Subject: [PATCH] Fix changelog update --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17a3aa3e..e464d7a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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