From 5d9a6ff55403f093c42dcca2fa033080f8eeaf06 Mon Sep 17 00:00:00 2001 From: Lazichny Date: Mon, 12 Dec 2022 15:10:29 +0300 Subject: [PATCH 1/3] add new dock --- docs/quick_start.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/quick_start.rst b/docs/quick_start.rst index 8f4e78f..16adda4 100644 --- a/docs/quick_start.rst +++ b/docs/quick_start.rst @@ -15,3 +15,13 @@ For quick start, please see the examples of launching an active learning annotat +-----+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | 3 | `Benchmarking a novel AL query strategy / unlabeled pool subsampling strategy `_ | +-----+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + +By default all outputs save in the folder demo.nlpresearch.group/user/username/tree/acleto/jupyterlab_demo/output/dataset_name + +- checkpoint_{num_itration} - folder with saved model on each iteration of active learning +- annotation.json - annotated data + +If you don't want to save model on each iteration of active learning you need to +add a field al.save_checkpoints=False in the config file. All using configs locate in the current path: demo.nlpresearch.group/user/username/tree/acleto/jupyterlab_demo/configs + +For more information check :ref:`config_structure` \ No newline at end of file From e33a06ebee5fa549ec449d240ed1f3395e674af8 Mon Sep 17 00:00:00 2001 From: Lazichny Date: Mon, 12 Dec 2022 15:12:48 +0300 Subject: [PATCH 2/3] add new doc --- docs/quick_start.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quick_start.rst b/docs/quick_start.rst index 16adda4..03c63df 100644 --- a/docs/quick_start.rst +++ b/docs/quick_start.rst @@ -22,6 +22,6 @@ By default all outputs save in the folder demo.nlpresearch.group/user/username/t - annotation.json - annotated data If you don't want to save model on each iteration of active learning you need to -add a field al.save_checkpoints=False in the config file. All using configs locate in the current path: demo.nlpresearch.group/user/username/tree/acleto/jupyterlab_demo/configs +add a field al.save_checkpoints = False in the config file. All using configs locate in the current path: demo.nlpresearch.group/user/username/tree/acleto/jupyterlab_demo/configs For more information check :ref:`config_structure` \ No newline at end of file From 36c7365fca398515b9cc871feab080fda93b70e4 Mon Sep 17 00:00:00 2001 From: Lazichny Date: Mon, 12 Dec 2022 15:16:17 +0300 Subject: [PATCH 3/3] fix --- docs/quick_start.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quick_start.rst b/docs/quick_start.rst index 03c63df..b240dcb 100644 --- a/docs/quick_start.rst +++ b/docs/quick_start.rst @@ -16,12 +16,12 @@ For quick start, please see the examples of launching an active learning annotat | 3 | `Benchmarking a novel AL query strategy / unlabeled pool subsampling strategy `_ | +-----+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ -By default all outputs save in the folder demo.nlpresearch.group/user/username/tree/acleto/jupyterlab_demo/output/dataset_name +By default all outputs save in the folder: acleto/jupyterlab_demo/output/dataset_name - checkpoint_{num_itration} - folder with saved model on each iteration of active learning - annotation.json - annotated data If you don't want to save model on each iteration of active learning you need to -add a field al.save_checkpoints = False in the config file. All using configs locate in the current path: demo.nlpresearch.group/user/username/tree/acleto/jupyterlab_demo/configs +add a field al.save_checkpoints = False in the config file. All using configs locate in the current path: acleto/jupyterlab_demo/configs For more information check :ref:`config_structure` \ No newline at end of file