Commit Graph

1025 Commits

Author SHA1 Message Date
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
allegroai
54132e2505 Add Task.init() argument tags 2021-01-12 18:57:10 +02:00
allegroai
a35d172e5b Fix argparse nargs support broken 2021-01-12 18:56:45 +02:00
allegroai
e862a6de60 Version bump to v0.17.3 2021-01-11 18:48:58 +02:00
allegroai
1f87d25903 Change clearml-data "id=" to "id " for easier copy/paste 2021-01-11 18:30:14 +02:00
allegroai
f1f595b886 Fix Dataset.get dataset version without changeset 2021-01-11 18:29:34 +02:00
allegroai
582017f2d9 Remove numpy dependency for python 3.9 2021-01-10 14:07:21 +02:00
allegroai
a348c30615 Fix numpy dependency for python versions 2021-01-10 13:08:44 +02:00
allegroai
f679c80535 Add HyperParameterOptimizer arguments: spawn_task_project, save_top_k_tasks_only 2021-01-10 13:07:57 +02:00
allegroai
49ba89587f Add internal Task._get_task_status() 2021-01-10 13:07:24 +02:00
allegroai
bb648bdb02 Fix dataset genealogy, graph and restoring data 2021-01-10 13:06:50 +02:00
allegroai
4beb21eb2b Add clearml-data close now auto uploads 2021-01-10 13:06:30 +02:00
allegroai
cc40b04a3c Add Task.set_credentials() option to store into credentials file 2021-01-10 13:06:10 +02:00
allegroai
ce5541b2d6 Updated jupyter logging example 2021-01-10 13:05:03 +02:00
allegroai
ce5fd31070 Fix dataset upload aborted on server watchdog 2021-01-10 13:03:40 +02:00
allegroai
14e38e8a46 Make HPO example more readable 2021-01-10 13:03:17 +02:00
allegroai
1b3574a7ca Remove pandas from HyperParameter optimizer requirements 2021-01-10 13:02:28 +02:00