Commit Graph

1331 Commits

Author SHA1 Message Date
J Alexander
dd3d4cec94
Add TaskTypes to main namespace (#453)
* add tasktypes to main namespace

* add tasktypes to pipe decorator example

* minor linting

Co-authored-by: Johnathan Alexander <jalexander86@gatech.edu>
2021-09-22 10:34:45 +03:00
J Alexander
fd83f8c2cb
Fix xgb train overload (#456)
Co-authored-by: Johnathan Alexander <jalexander86@gatech.edu>
2021-09-22 10:34:05 +03:00
allegroai
6c96e60174 Fix images reported over history size were not sent if frequency was too high 2021-09-20 22:56:44 +03:00
allegroai
83cd9f1e69 Version bump to v1.1.1 2021-09-20 15:55:53 +03:00
allegroai
bc85fbca0f Fix TensorBoard add_image() not being reported 2021-09-20 15:55:53 +03:00
allegroai
9966dd640c Fix Logger.report_image() throws warning 2021-09-20 15:55:53 +03:00
allegroai
c9121debc2 Fix typo 2021-09-19 22:20:03 +03:00
allegroai
79dade6743 Version bump to v1.1.0 2021-09-19 19:36:24 +03:00
pollfly
d138ee984f
Add print statement to example (#454)
* Add print statement to example

* add space
2021-09-19 15:11:32 +03:00
allegroai
51d70efbff Fix PY2 compatibility issue 2021-09-17 16:17:43 +03:00
allegroai
889d237398 Remove humanfriendly, it is not used any longer 2021-09-14 00:06:20 +03:00
allegroai
3dad7ccf65 Add PipelineController auto_version_bump, fix PipelineController skipping queued Tasks. 2021-09-13 01:27:40 +03:00
allegroai
edb076c462 Rename pipeline example 2021-09-10 13:08:15 +03:00
allegroai
c046acb816 Fix deferred configuration support 2021-09-10 13:08:03 +03:00
allegroai
75dfed6022 Add enhanced pipeline support and examples 2021-09-09 22:01:58 +03:00
allegroai
70cf0882d4 Add sdk.development.detailed_import_report configuration option to provide a detailed report of all python package imports 2021-09-09 22:01:24 +03:00
allegroai
8ebf9be604 Add support for deferred configuration 2021-09-09 22:00:40 +03:00
allegroai
c85c05ef6a Add pipeline v2 examples 2021-09-05 00:30:53 +03:00
allegroai
23fc9260f8 Add PipelineDecorator.pipeline & PipelineDecorator.component decorators for full custom pipeline logic 2021-09-05 00:30:44 +03:00
allegroai
fca1aac93f Improve create_task_from_function default argument detection 2021-09-05 00:29:43 +03:00
allegroai
79ec0f67c3 Fix task.set_parent when passing Task object 2021-09-05 00:29:19 +03:00
allegroai
597a7ed05e Add Dataset create set parent current Task 2021-09-05 00:29:00 +03:00
allegroai
6d09ff1518 Add function based Pipeline example 2021-09-03 03:39:30 +03:00
allegroai
3f80829ed7 Add function based Pipeline example 2021-09-03 03:34:41 +03:00
allegroai
e491f4352f Add PipelineController v2 (notice new constructor is not backwards compatible) 2021-09-03 03:27:33 +03:00
allegroai
dbfe45d005 Fix multi-process spawning wait-for-uploads can create a deadlock in very rare cases 2021-09-03 03:25:58 +03:00
allegroai
0217dea75d Task.set_base_docker add docker_image argument (deprecate docker_cmd) 2021-09-03 03:24:46 +03:00
allegroai
3e767fd304 Add Task._set_runtime_property 2021-09-03 03:23:51 +03:00
allegroai
f9d1bebf3d Version bump 2021-09-03 03:22:49 +03:00
allegroai
31ea215a60 Fix missing call 2021-09-02 16:29:00 +03:00
Irfaan Arif
63ccdd51f2
Fix encoding while saving notebook preview (#443) 2021-09-02 16:26:56 +03:00
allegroai
7dc88cfb15 Fix poetry toml file without requirements.txt (issue #444) 2021-09-02 15:49:11 +03:00
allegroai
6e15349b76 Fix unsafe Google Storage delete object 2021-09-02 15:48:09 +03:00
allegroai
63c3e446a3 Fix clearml-task exit with error when failing to verify output_uri (output warning instead) 2021-08-30 20:57:12 +03:00
allegroai
08f01967ce Fix Python2 pigar compatibility 2021-08-30 20:56:10 +03:00
allegroai
cab63faef3 Fix TaskScheduler weekdays, and change default execute_immediately to False 2021-08-30 17:46:48 +03:00
allegroai
9a2d091849 Fix Task.close() should remove current_task() reference 2021-08-30 17:46:08 +03:00
allegroai
3c66c42157 Fix docstring (issue #438) 2021-08-30 17:45:13 +03:00
allegroai
5a9155b203 Fix click support (issue #437) 2021-08-27 19:08:40 +03:00
allegroai
569ab6610d Fix Tensorflow add_image with description='text' 2021-08-25 16:47:11 +03:00
allegroai
aff39ae061 Fix documentation and prints 2021-08-25 16:46:44 +03:00
allegroai
8f48d5c884 Add TriggerScheduler example and fix pep8 2021-08-25 16:36:14 +03:00
allegroai
4333eed965 Fix jupyter notebook display(...) convert to print(...) 2021-08-25 16:31:30 +03:00
allegroai
1d0be8c8e1 Add pipeline controller callback example 2021-08-25 16:30:52 +03:00
pollfly
fe3c481c37
Fix help string typo (#435) 2021-08-25 10:37:00 +03:00
pollfly
31b6e973af
Fix docstring typo (#434)
* change task_name

* fix typo
2021-08-24 18:15:12 +03:00
pollfly
aba130eb1f
Change task_name in tensorboardX example (#432) 2021-08-22 13:44:21 +03:00
allegroai
922e8b5e74 Fix getattr will throw exception (issue #426) 2021-08-20 00:35:13 +03:00
allegroai
5295708e18 Add "sdk.storage.log.report_upload_chunk_size_mb" and "sdk.storage.log.report_download_chunk_size_mb", control upload/download log reporting (issue #424) 2021-08-20 00:34:20 +03:00
allegroai
14108c4f23 Fix PY3.x fails calling SemLock._after_fork with forkserver context, forking while lock is acquired (https://github.com/allegroai/clearml-agent/issues/73) 2021-08-20 00:33:37 +03:00