explosion / explosion/spacy-ray

Problem with saving model-best

Open
#12 2 comments 1 reaction 0 assignees View on GitHub
Dominant language
Python
Stars
55
Forks
8
PR merge metrics
No merged PRs in 30d

Description

The command spacy ray fails to save the model-best.
Using just spacy it save the model-best.
I get the same issue on Universal Dependencies Treebank example project.

Do you have any suggestion to solve this issue?

Fragment of my project.yml:

```
- name: "train"
help: "Train the request classification model"
script:
- "python -m spacy ray train configs/${vars.config} --output training/ --paths.train corpus/train.spacy --paths.dev corpus/val.spacy --nlp.lang ${vars.lang} --gpu-id ${vars.gpu_id}"
deps:
- "configs/${vars.config}"
- "corpus/train.spacy"
- "corpus/val.spacy"
outputs:
- "training/model-best"
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.