Commit Graph

1292 Commits

Author SHA1 Message Date
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
allegroai
e47f570ce5 Fix PY2 compatibility 2021-08-20 00:32:31 +03:00
allegroai
8e31e789b4 Fix poltly plots converting NaN to 'nan' instead of null (issue #373) 2021-08-20 00:30:11 +03:00
allegroai
99327ecb62 Deprecate Task.completed(), use Task.mark_completed() instead 2021-08-20 00:29:41 +03:00
allegroai
087938671c Add Task.get_configuration_object_as_dict() 2021-08-20 00:28:44 +03:00
allegroai
f0c1a98c47 Add make Task serializable 2021-08-20 00:28:01 +03:00
pollfly
a129e39e22
Update Task.init() docstring (#428) 2021-08-18 10:57:38 +03:00
allegroai
b275520574 Fix clearml-task ssh repo links are not detected as remote repositories (issue #423) 2021-08-15 22:30:19 +03:00
allegroai
aacc9826a8 Change CreateAndPopulate will auto list packages imported but not installed locally.
Add Task populate create_task_from_function
2021-08-15 22:29:50 +03:00
allegroai
69a85924b0 Add xgboost auto metric logging (issue #381) 2021-08-13 23:55:57 +03:00
allegroai
7927f909f2 Fix passing task-type to clearml-task (issue #422)
Fix passing clearml-task --version throwing an error (issue #422)
2021-08-13 23:55:18 +03:00
allegroai
ce8f35a232 Add TaskScheduler example 2021-08-13 10:59:02 +03:00
allegroai
a8a49f6cea Fix documentation 2021-08-13 10:58:45 +03:00
allegroai
0168ba62e3 Add Task.init() auto_connect_frameworks={'tfdefines':False} to allow disabling TF defines (issue #408) 2021-08-13 10:58:01 +03:00
allegroai
257a4058ee Add missing clearml-task parameters 2021-08-13 10:57:04 +03:00
allegroai
fe77837992 Fix plotly multi-index without index names (issue #399) 2021-08-12 13:25:48 +03:00
allegroai
99e6598e70 Fix deprecation warning (issue #376) 2021-08-12 13:22:41 +03:00
allegroai
14538053c8 Change disable default demo server (still optional when setting CLEARML_NO_DEFAULT_SERVER=0) 2021-08-12 13:22:09 +03:00
allegroai
1681e52363 Add support for uploading artifacts with a list of files using Task.upload_artifcats(name, [Path(), Path()]) 2021-08-12 13:20:47 +03:00
allegroai
62946c04f1 Fix wrong path for downloading the content 2021-08-12 13:19:56 +03:00
pollfly
074fa48cdd
Fix webapp_screenshots.gif (#421) 2021-08-12 11:48:00 +03:00
pollfly
c7216a227b
Edit model_config example and add yaml sample (#419) 2021-08-11 14:10:07 +03:00
allegroai
8708967a5e Add Task trigger scheduler
Fix TaskScheduler executed instances
2021-08-07 19:39:19 +03:00
allegroai
7bb78c01bf Add CLEARNL_CONFIG_VERBOSE to allow external control over verbosity of the configuration loading process 2021-08-07 19:33:40 +03:00
allegroai
e93d65b871 Version bump to v1.0.5 2021-08-05 23:55:45 +03:00
allegroai
c7e5abd12e Don't send GPU specs if not available 2021-08-05 18:16:29 +03:00
allegroai
d585535dcd Fix machine specs when GPU is not supported 2021-08-04 11:31:19 +03:00
allegroai
d83f1cd2c1 Add Click examples 2021-08-04 11:30:32 +03:00
allegroai
9a38682f9f Fix ClearMLJob passing project field, add docker args/bash into caching 2021-08-02 23:01:54 +03:00
allegroai
2ba653baf7 Fix de-serializing from aborted state + refactor 2021-08-02 23:01:26 +03:00
allegroai
27b560bb75 Fix flake8 2021-08-02 23:00:51 +03:00
allegroai
071caf5302 Task scheduler support combining weekdays and recurring scheduled jobs 2021-08-01 00:10:08 +03:00
allegroai
774957797e Add support for connect_configuration(list), not just dict 2021-07-31 23:53:22 +03:00
allegroai
18ee6ed177 Add force_requirements_env_freeze(requirements_file) to specify a local requirements file 2021-07-31 23:53:22 +03:00
allegroai
e78c1e806a Protect against enqueue failing due to permission 2021-07-31 23:53:22 +03:00
allegroai
5f7d0348e2 Add --output-uri to clearml-task 2021-07-31 23:53:22 +03:00
allegroai
3f5eea58db Add Model.last_update to API schema 2021-07-31 23:53:22 +03:00
Jake Henning
6a91374c2d
Update README with artifacthub.io badge 2021-07-28 09:19:52 +03:00
allegroai
326f226650 Fix TaskScheduler target project 2021-07-23 16:10:51 +03:00
allegroai
41d6c24e9f Fix internal logging.Logger pickle fix (only applies to py <= 3.6) 2021-07-23 16:05:59 +03:00