Shellmiao 9279d1873b Add projects | před 1 rokem | |
---|---|---|
.. | ||
README.md | před 1 rokem | |
__init__.py | před 1 rokem | |
label_transform_testsuite.json | před 1 rokem | |
pipeline-label-transform-encoder-partial.py | před 1 rokem | |
pipeline-label-transform-encoder-without-label-list.py | před 1 rokem | |
pipeline-label-transform-encoder.py | před 1 rokem | |
pipeline-label-transform.py | před 1 rokem |
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}