Commit Graph

1041 Commits

Author SHA1 Message Date
allegroai
e9f8fc949d Fix argparser logging always captures defaults (Windows only, ignored cmd) 2021-02-08 13:25:31 +02:00
allegroai
5a76ffd460 Fix Task.connect(object) should always return the same object instance 2021-02-08 13:23:16 +02:00
glemarivero
fbbae0b8bc
Fix Dataset.remove_files() does not match when files are in the root of the dataset (#303)
Co-authored-by: Gabriel Lema <glema@ulta.com>
2021-02-07 17:12:01 +02:00
allegroai
28b85028fe Fix close task after logger is closed 2021-02-04 10:41:51 +02:00
allegroai
4edec4b74a Update example 2021-02-04 10:41:20 +02:00
allegroai
71c45fcdd3 Update Auto Scaler default values and configuration format 2021-02-01 23:44:01 +02:00
allegroai
12d51dae92 Fix crash in case get_logger() cannot get the file name 2021-02-01 23:42:41 +02:00
allegroai
0d89497cc9 Clean up TF binding graph execution operator 2021-02-01 23:41:53 +02:00
allegroai
6778b982a7 Fix TF +2.3 mixed eager mode execution summary metrics not reported 2021-02-01 23:41:18 +02:00
allegroai
3890477056 Fix creating subprocess from a daemon process 2021-02-01 23:40:48 +02:00
allegroai
1c1fecf7d0 Improve docstring 2021-02-01 23:39:44 +02:00
allegroai
2f5080a34c Fix python package detection sklearn -> scikit-learn (issue #296) 2021-02-01 23:39:07 +02:00
allegroai
4931429054 Fix argparse with [None] in default parameter (issue #297) 2021-02-01 23:38:21 +02:00
allegroai
e3109c96d8 Add upload HTML preview of jupyter notebook as an artifact 2021-02-01 23:37:44 +02:00
tankeco
ebc0733357
Fix strip remote diff (#295)
Co-authored-by: wjn <wjn@megvii.com>
2021-01-25 13:20:21 +02:00
allegroai
4069413aac Remove requests-file form requirements 2021-01-24 09:23:09 +02:00
allegroai
0f401545b8 Replace humanfriendly with utility functions 2021-01-24 09:22:56 +02:00
allegroai
1c84b31056 Fix Dataset generate removed / modified / added of summary table 2021-01-24 09:21:28 +02:00
allegroai
698977d05e Fix reporter from non main tasks should always use threads (not subprocesses) 2021-01-24 09:20:42 +02:00
allegroai
2676e14d4d Fix reporter should skip report if report thread service is closed 2021-01-24 09:20:09 +02:00
allegroai
03f9bf0c2d Add clearml-data CLI sync can now create, sync and close a dataset in a single command 2021-01-24 09:19:33 +02:00
allegroai
088eae0ded Fix closing a dataset with only files removed
Add system_tag `dataset` to a Dataset Project
2021-01-24 09:18:49 +02:00
allegroai
381ae21cef Fix issue #292 pytorch-lighting multi node store 2021-01-24 09:18:18 +02:00
allegroai
828af76ffe Support all reporting using subprocesses instead of threads. Configure using sdk.development.report_use_subprocess 2021-01-24 09:17:52 +02:00
allegroai
4b4fa3eff0 Add Jupyter auto-magic store jupyter notebook as an artifact on the Task. Use sdk.development.store_jupyter_notebook_artifact=True by default 2021-01-24 09:15:24 +02:00
allegroai
0962e53f0b Fix argparse nargs passed in command line --nargs 1 2 should be stored as '[1, 2]' not as "['1', '2']" 2021-01-24 09:14:27 +02:00
allegroai
6b8f21b30e Add support for datetime in scatter plots + matplotlib support 2021-01-24 09:13:32 +02:00
allegroai
dd03ca0d1d Fix issue #291 2021-01-24 09:12:12 +02:00
allegroai
1988cf8adf Fix populate Task called from jupyter notebook. Added packages=True to auto populate based on locally installed packages 2021-01-24 09:11:09 +02:00
allegroai
fef2ddb43a Fix broken packages on package importlib detection failed the entire requirements detection 2021-01-24 09:06:17 +02:00
allegroai
29a5df407f Fix remote_execution from jupyter notebook 2021-01-24 09:05:18 +02:00
Allegro AI
48c682459c
Update README.md 2021-01-23 00:27:40 +02:00
allegroai
715a0d7edc Fix pr_curve should not be inverted 2021-01-18 20:23:37 +02:00
allegroai
dd3e50523f Split reporting example 2021-01-18 20:23:19 +02:00
allegroai
59d26e675b Improve plotly value type conforming 2021-01-18 11:36:10 +02:00
allegroai
8c4d3aca5b Add StorageManager.upload_folder() and StorageManager.download_folder() 2021-01-18 11:35:23 +02:00
allegroai
d06504c32c Fix plotly plot with numpy containing NaN/datetime 2021-01-18 11:34:31 +02:00
allegroai
8c0c85ae9c Fix clearml-task error when script cannot be found 2021-01-18 11:33:04 +02:00
allegroai
c8350a0438 Remove import imp (deprecated) 2021-01-18 11:32:41 +02:00
allegroai
661fac95a2 Flake8 2021-01-18 11:32:12 +02:00
allegroai
c8a690569f Fix trying to upload model file as a folder, automatically package the folder 2021-01-18 11:31:37 +02:00
allegroai
eb5d5da59e Fix None values in URI lists 2021-01-18 11:30:55 +02:00
allegroai
b0000df575 Fix unsafe call to set_active() 2021-01-18 11:30:17 +02:00
allegroai
34c41cfc8c Version bump to v0.17.4 2021-01-13 14:45:28 +02:00
allegroai
b123fb0cdd Fix python package detection should not list file:// links 2021-01-13 14:01:18 +02:00
allegroai
c69f124892 Revert all numpy requirement changes, use only lower limit 2021-01-13 14:00:56 +02:00
allegroai
a4126bab01 Fix PyJWT v2.0 token parsing 2021-01-13 13:58:19 +02:00
allegroai
20fa70b33a Change HPO parallel coordinates color scale, yellow is low 2021-01-12 20:23:26 +02:00
allegroai
d4317f8b87 Fix argparse with action="append" 2021-01-12 20:23:01 +02:00
allegroai
794d97ca7c Change HyperParameterOptimizer spawn_task_project to spawn_project
Add HyperParameterOptimizer parallel coordinates (issues #279)
2021-01-12 20:22:05 +02:00