From beccc9d823d191a56b61095c2bfa16b950428e7c Mon Sep 17 00:00:00 2001 From: Alain Riou <36546630+aRI0U@users.noreply.github.com> Date: Wed, 17 Jan 2024 19:51:52 +0100 Subject: [PATCH] add link to training code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93c9572..0f421ec 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This code is the implementation of the [PESTO paper](https://arxiv.org/abs/2309. that received the Best Paper Award at [ISMIR 2023](https://ismir2023.ismir.net/). **Disclaimer:** This repository contains minimal code and should be used for inference only. -If you want full implementation details or want to use PESTO for research purposes, take a look at ~~[this repository](https://github.com/aRI0U/pesto-full)~~ (coming soon!). +If you want full implementation details or want to use PESTO for research purposes, take a look at [this repository](https://github.com/SonyCSLParis/pesto-full). ## Installation -- GitLab