remove printing of config

This commit is contained in:
svlandeg 2020-07-27 17:53:36 +02:00
parent 61068e0fb1
commit 8353ca5a51

View File

@ -44,7 +44,6 @@ def main(config_path, output_dir=None, n_iter=20, n_texts=2000, init_tok2vec=Non
print(f"Loading nlp model from {config_path}")
nlp_config = Config().from_disk(config_path)
print(f"config: {nlp_config}")
nlp, _ = util.load_model_from_config(nlp_config, auto_fill=True)
# ensure the nlp object was defined with a textcat component