From 10df5e03d894643829b027e10a75ffc78e045903 Mon Sep 17 00:00:00 2001 From: Wout Bittremieux Date: Thu, 17 Nov 2022 19:37:24 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d6422fa..17a3aa3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ 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