mirror of https://github.com/explosion/spaCy.git
Format
This commit is contained in:
parent
31eefb36c8
commit
45bbcd18f2
|
@ -265,7 +265,7 @@ def test_pretraining_tagger():
|
|||
|
||||
|
||||
# Try to debug segfault on windows
|
||||
#def test_pretraining_training():
|
||||
# def test_pretraining_training():
|
||||
# """Test that training can use a pretrained Tok2Vec model"""
|
||||
# config = Config().from_str(pretrain_string_internal)
|
||||
# nlp = util.load_model_from_config(config, auto_fill=True, validate=False)
|
||||
|
|
Loading…
Reference in New Issue