Commit Graph

1291 Commits

Author SHA1 Message Date
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
allegroai
189a2b54de Fix PyJWT support v2 2021-01-10 13:02:08 +02:00
allegroai
d39f7bc195 Add Task.set_archived() / Task.get_archived() 2021-01-10 13:01:04 +02:00
allegroai
c9026ad4a1 Fix auto python package detection installed directly from URLs 2021-01-10 13:00:39 +02:00
allegroai
e905743fbf Added HyperParameterOptimizer.get_optimizer_top_experiments() for querying post execution optimization pipeline 2021-01-10 13:00:23 +02:00
allegroai
4d5e77f67c Fix Optuna optimizer failing on tasks with None value in scalar query 2021-01-10 12:59:50 +02:00
allegroai
0d0cc642e1 Fix optimizer callback best experiment 2021-01-10 12:59:25 +02:00
allegroai
a80802ba6e Fix model upload 2021-01-10 12:59:03 +02:00
allegroai
fe86fbcac3 Fix mpl exporter. Added support for legend. 2021-01-10 12:58:44 +02:00
allegroai
14706c03e1 Fix dataset add files
Fix docs typo
2021-01-10 12:58:13 +02:00
allegroai
12e575a155 Make clearml-data CLI stateful, remember last dataset id as default dataset 2021-01-10 12:57:18 +02:00
allegroai
dfb39249c4 Fix Dataset add single file
Fix get project name from parent dataset if not specified
2021-01-10 12:56:10 +02:00
allegroai
918d685ed1 Add Task.init() argument output_uri=True will use the default files_server as output uri 2021-01-10 12:55:31 +02:00
allegroai
f1de48a082 Fix Azure support delete_object() returns incorrect value 2021-01-10 12:54:15 +02:00
allegroai
365c79326a Fix argparse support to store consistent str representation of custom objects. Avoid changing default value if remote value matches.
Fix argsparse type as function
2021-01-10 12:53:15 +02:00
allegroai
3cb42acd12 Improve utility get_single_result() 2021-01-10 12:51:22 +02:00
allegroai
9da307730c Add Task.debug_simulate_remote_task() to simulate task execution by ClearML Agent 2021-01-10 12:50:43 +02:00
allegroai
2b9a28f908 Add warning on archived Task in pipeline (issue #274) 2021-01-10 12:49:44 +02:00
allegroai
c28f8cf65b Fix Task.archived_tag read-only property does not work (issue #274) 2021-01-10 12:49:06 +02:00
allegroai
504dfd8f32 Fix reusing task after its project was deleted (issue #274) 2021-01-10 12:48:16 +02:00
allegroai
78e892f337 Change default offline API version to 2.9 (trains-server 0.16) 2021-01-10 12:47:52 +02:00
allegroai
5608b7238c Fix PipelineController running remotely without configuration does not execute the default code pipeline (issue #273) 2021-01-10 12:47:25 +02:00
allegroai
35a8471943 Use archived task constant 2021-01-10 12:46:51 +02:00
allegroai
3c00453bd4 Add Task.delete() support 2021-01-10 12:46:02 +02:00
Allegro AI
3a7cf8af15
Update README.md 2021-01-09 01:02:19 +02:00
allegroai
2d561bf4b3 Update README 2021-01-05 22:59:19 +02:00
erezalg
c4158b55b2
fix manager.py (#275)
Co-authored-by: jkhenning <>
2021-01-04 12:15:36 +02:00
Allegro AI
724006a334
Update README.md 2021-01-01 00:27:24 +02:00
Allegro AI
b5f225955c
Update README.md 2020-12-30 18:34:14 +02:00
Allegro AI
96bcbeb076
Update README.md 2020-12-30 18:33:16 +02:00
Allegro AI
a07db7e8a8
Update README.md 2020-12-30 18:32:02 +02:00
allegroai
4c8a24f1ff Update examples to ClearML 2020-12-30 16:53:19 +02:00
allegroai
0bb590b5da Fix PY2 compatibility 2020-12-30 16:50:45 +02:00
allegroai
643bc3d3ea Add support for password protected jupyter using sdk.development.jupyter_server_password configuration option 2020-12-30 16:50:17 +02:00
allegroai
80d3a02f4e Add specific error for password protected jupyter notebook (not supported) 2020-12-30 16:45:11 +02:00