From 3baec620ab8dc0b4c40140475dc086fa6bc14146 Mon Sep 17 00:00:00 2001 From: Nelson Liu Date: Mon, 21 Jan 2019 10:27:41 -0800 Subject: [PATCH] Remove outdated reference to custom extensions (#2401) --- training_config/srl_elmo_5.5B.jsonnet | 3 --- 1 file changed, 3 deletions(-) diff --git a/training_config/srl_elmo_5.5B.jsonnet b/training_config/srl_elmo_5.5B.jsonnet index 334dd0cdc09..e743df69de3 100644 --- a/training_config/srl_elmo_5.5B.jsonnet +++ b/training_config/srl_elmo_5.5B.jsonnet @@ -31,9 +31,6 @@ ] ], // NOTE: This configuration is correct, but slow. - // If you are interested in training the SRL model - // from scratch, you should use the 'alternating_lstm_cuda' - // encoder instead. "encoder": { "type": "alternating_lstm", "input_size": 1124,