Shellmiao 9279d1873b Add projects | 1 年之前 | |
---|---|---|
.. | ||
README.md | 1 年之前 | |
__init__.py | 1 年之前 | |
label_transform_testsuite.json | 1 年之前 | |
pipeline-label-transform-encoder-partial.py | 1 年之前 | |
pipeline-label-transform-encoder-without-label-list.py | 1 年之前 | |
pipeline-label-transform-encoder.py | 1 年之前 | |
pipeline-label-transform.py | 1 年之前 |
This section introduces the Pipeline scripts for different types of tasks.
Label Transform Task(default mapping, no difference):
script: pipeline-label-transform.py
Label Transform Task with Encoder(with given label mapping):
script: pipeline-label-transform-encoder.py
Label Transform Task with Encoder(without label list):
script: pipeline-label-transform-encoder-without-label-list.py
Label Transform Task with Partially-specified Encoder(without label list):
script: pipeline-label-transform-encoder-partial.py
Users can run a pipeline job directly:
python ${pipeline_script}