allegroai
8b652ebec1
Fix jupyter notebook cannot be detected
2022-04-27 17:28:25 +03:00
allegroai
e65b800e93
Fix Task.import_offline_session() should support continuing a previous Task
2022-04-27 17:19:07 +03:00
allegroai
b1b4bf664f
PEP8
2022-04-27 17:16:48 +03:00
allegroai
ca09bf2cef
Fix mutually exclusive group is not supported correctly
2022-04-27 17:06:10 +03:00
allegroai
b919874905
Add wait_for_task_creation argument to Task.init()
(if False, future object is returned and task creation is done async)
2022-04-27 17:02:37 +03:00
allegroai
24da3e3e08
Add clearml-data support for links ( #585 )
2022-04-27 17:00:09 +03:00
allegroai
42fa0dde65
Add support for artifacts with different formats ( #634 )
2022-04-27 16:57:20 +03:00
Rizwan Hasan
382d361bff
Fix DeprecationWarning ( #658 )
2022-04-25 01:27:52 +03:00
Rizwan Hasan
b18b888966
Refactor example ( #657 )
2022-04-24 18:19:17 +03:00
Zaida Zhou
70a8a7a03b
Add OpenMMLab example ( #655 )
2022-04-24 15:51:19 +03:00
pollfly
b0b46a64ed
Edit README ( #651 )
...
finalize >>> close
2022-04-21 21:53:55 +03:00
Rizwan Hasan
8763a884da
Update Pytorch Lightning example for pytorch-lightning>=v1.6.0 ( #650 )
2022-04-21 10:18:30 +03:00
Bohumír Zámečník
90d060dd7e
Fix Keras model config serialization in PatchKerasModelIO ( #616 )
...
Issue: #614
In case the model contains some Lambda layer the Model._updated_config()
function may return objects that are not serializable, such as function
objects (eg. `K.mean`). Its serialization to JSON then fails.
This change adds proper serialization (as done in Model.to_json()) to
two places where the model configuration is passed to OutputModel for
being serialized: _updated_config(), _update_outputmodel().
The return value of patching _updated_config() preserves the
non-serializable objects as some other code may depend on them.
2022-04-19 18:58:15 +03:00
allegroai
81de18dbce
Fix Hydra tasks never fail and are only set to completed (fix handling return code)
2022-04-15 19:24:37 +03:00
allegroai
11242d4029
Support more than 500 results in Task.get_tasks()
using the fetch_only_first_page
argument ( #612 )
2022-04-15 19:22:50 +03:00
allegroai
a1709d5d41
Add support for AWS Session Token in AWS Storage configuration
2022-04-15 19:20:05 +03:00
allegroai
7a1b42c5ed
Add support for task progress using Task.set_progress()
2022-04-15 11:55:01 +03:00
Rizwan Hasan
1080d2a840
Change pipeline example to run locally ( #642 )
2022-04-14 10:53:53 +03:00
allegroai
92dd5fb07c
Version bump
2022-04-13 14:36:32 +03:00
allegroai
32a71d0025
Support custom configuration in StorageHelper.get()
2022-04-13 14:36:09 +03:00
allegroai
6330c879f8
Fix StorageManager.get_local_copy()
returning None
for a valid path in Windows
2022-04-13 14:34:01 +03:00
allegroai
0c0739379b
Add --import-offline-session
command line option to clearml-task
2022-04-13 14:31:18 +03:00
allegroai
d25b0868b3
Fix wrong Histogram plotting using when matplotlib
2022-04-13 14:28:51 +03:00
allegroai
c8c824815e
Fix Windows sub process might end up waiting forever for uploads to finish if subprocess is very shot lived
2022-04-13 14:20:00 +03:00
allegroai
15574aa7e2
Fix matplotlib to plotly conversion fails on subplots (convert as image if figure has subplots)
2022-04-13 14:18:50 +03:00
allegroai
7625de3f2f
Fix forked process will not call _at_exit and flush all outstanding reports
2022-04-13 14:18:16 +03:00
allegroai
7b5c676ab2
Fix avoid using Process object for forking
...
Fix lost semaphores
2022-04-13 14:17:45 +03:00
allegroai
2cc4eff004
Add warning to Dataset creation on current Task
2022-04-13 14:17:18 +03:00
allegroai
e06d3cbf99
Fix pytorch automagic logging torchscript models
2022-04-13 14:16:12 +03:00
allegroai
3996cdbc7e
Fix package author
2022-04-13 14:15:43 +03:00
allegroai
6695c94fdd
Fix Pytorch ScriptModule autobind
2022-04-13 14:15:00 +03:00
allegroai
681d75a309
Add Model.project
property
2022-04-13 14:13:58 +03:00
pollfly
a9774c3842
List TaskStatusEnum in docstrings ( #639 )
2022-04-11 11:33:56 +03:00
pollfly
1edd395c47
Update webapp screenshots ( #640 )
2022-04-11 11:32:48 +03:00
allegroai
3bde51ebe7
Fix Fire integration is not compatible with typing library ( #610 )
2022-04-09 14:22:47 +03:00
allegroai
5edad33b86
Support None
values in Task.connect()
2022-04-09 14:21:45 +03:00
allegroai
55f5f198ec
Fix uploading 3D plots with matplotlib plt shows 2D plot on task results page
2022-04-09 14:20:58 +03:00
allegroai
260690b990
Add tensorboard hparams binding
2022-04-09 14:15:38 +03:00
allegroai
5a6ec697e1
Add wild card support in model auto-logging ( https://clearml.slack.com/archives/CTK20V944/p1644931337863039 )
2022-04-05 13:47:07 +03:00
pollfly
f4e4423b3a
Add manual seaborn logging example ( #628 )
2022-04-02 13:37:07 +03:00
Allegro AI
0153b053cb
Update README.md
2022-04-01 18:12:10 +03:00
Allegro AI
c2ddda9310
Update README.md
2022-04-01 18:11:18 +03:00
Allegro AI
8b60992834
Update README.md
2022-04-01 17:44:55 +03:00
allegroai
fc76b9b423
Improve dataset version table
2022-03-31 15:50:38 +03:00
allegroai
a8c2097fec
Fix backwards compatibility issue when using abstractmethod
2022-03-31 15:49:48 +03:00
Ben Taylor
673c1bc5c7
Fix task.get_parameters_as_dict(cast=True)
casts False
to True ( #622 )
2022-03-30 17:34:50 +03:00
allegroai
a00d6451e6
Version bump
2022-03-30 17:18:00 +03:00
allegroai
6142524b84
Fix resource name with a prefix matching a resource type may cause the AutoScaler to avoid spinning down idle instances
...
Fix idle workers should contain resource name and not instance type (since it's later matched to a resource name)
2022-03-30 17:17:35 +03:00
allegroai
470aa8c52d
Version bump to v1.3.2
2022-03-29 11:04:44 +03:00
allegroai
e3a3367c2f
Fix unused scroll is not cleared in Task.get_reported_plots()
2022-03-29 11:02:02 +03:00