allegroai
e59d8bdac3
Fix task.connect(dict) value casting, if None is the default value, use backend stored type
2021-10-02 21:43:36 +03:00
allegroai
35fe1c418c
Fix task.upload_artifact non standard dictionary will now revert to pickle. Issue #452
2021-10-02 21:42:18 +03:00
allegroai
7d1ebb360d
Fix README
2021-09-30 22:28:25 +03:00
allegroai
bd51a36cbb
Fix local diff should include staged commits (otherwise apply the git diff will fail, issue #457 )
2021-09-30 22:28:25 +03:00
allegroai
b38a74c91e
Add MegEngine example requirements and set examples project
2021-09-30 22:28:25 +03:00
J Alexander
d0e4e0be64
Fix http:// throws OSError in Windows (change repo dir search from pathlib2 to os, #463 )
2021-09-30 22:28:09 +03:00
Feng Wang
8c9c0eacc7
Add support for MegEngine ( #455 )
...
* feat(framework): support MegEngine model
* feat(framework): add MegEngine example
* fix(example): change supported suffix to pkl
2021-09-30 00:16:20 +03:00
allegroai
400c6ec103
Add eager decorated pipeline execution
...
Support pipeline monitoring for scalers/models/artifacts
2021-09-27 18:53:54 +03:00
allegroai
c2ae7333b8
Fix reverted PR #458
2021-09-26 08:40:02 +03:00
allegroai
844c01e15b
Add clearml-Data (Datasets) multi-chunk support
2021-09-25 23:07:49 +03:00
allegroai
0dd9ba8adc
Fix Python 3.5 compatibility
2021-09-25 23:05:24 +03:00
allegroai
5a5b9488e8
Add joblib (equivalent to scikit) to Task.init() auto_connect_frameworks argument
2021-09-25 23:05:12 +03:00
allegroai
5f390f3a54
Fix git detectors missing git repository without origin
2021-09-25 23:02:55 +03:00
pollfly
1cb5dbb276
Fix sync_folder docstring ( #460 )
2021-09-23 16:53:11 +03:00
pollfly
80e6ca6406
Add example to clearml-data help strings ( #458 )
...
* add example to clearml-data help strings
* Fix example style for consistency
2021-09-23 09:00:06 +03:00
Radu Grosu
4955c7a784
Log env vars starting with * in environ_bind.py ( #459 )
2021-09-22 22:44:33 +03:00
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