"tests/test_models/test_segmentor/test_minkunet.py" did not exist on "dfcf5428cb378888486d607f46de6725a53474ee"
Commit 2a2566e6 authored by lintangsutawika's avatar lintangsutawika
Browse files

add greoup_config arg

parent 7852985b
......@@ -58,6 +58,7 @@ class TaskConfig(dict):
task_alias: Optional[str] = None
group: Optional[Union[str, list]] = None
group_alias: Optional[Union[str, list]] = None
group_config: Optional[dict] = None
# HF dataset options.
# which dataset to use,
# and what splits for what purpose
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment