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}