Skip to content
Snippets Groups Projects

support-training-model-version-publication

Merged Thibault Lavigne requested to merge support-training-model-version-publication into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -26,7 +26,7 @@ from arkindex_worker.worker import BaseWorker, ElementsWorker
from arkindex_worker.worker.transcription import TextOrientation
FIXTURES_DIR = Path(__file__).resolve().parent / "data"
SAMPLES_DIR = Path("tests/samples")
SAMPLES_DIR = Path(__file__).resolve().parent / "samples"
__yaml_cache = {}
Loading