From 13bace9fd85a1422efb80dd5f974b5c76a13df0a Mon Sep 17 00:00:00 2001 From: Jim Schwoebel <30424731+jim-schwoebel@users.noreply.github.com> Date: Sat, 8 Aug 2020 16:07:38 -0400 Subject: [PATCH] Update train_autogbt.py --- training/train_autogbt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/training/train_autogbt.py b/training/train_autogbt.py index e7dd000f..36140342 100644 --- a/training/train_autogbt.py +++ b/training/train_autogbt.py @@ -22,7 +22,7 @@ | | | | (_) | (_| | __/ | | | | || | _| |_ \_| |_/\___/ \__,_|\___|_| \_| |_/\_| \___/ -Train models using autogbt: https://github.com/flytxtds/AutoGBT +Train models using autogbt: https://github.com/pfnet-research/autogbt-alt This is enabled if the default_training_script = ['autogbt'] '''