Commit Graph

2126 Commits

Author SHA1 Message Date
alex-burlacu-clear-ml
b3f3928555
Merge pull request #945 from skinan/patch-1
Add "output_uri=True" in the hook config (openmmlab example)
2023-03-17 14:43:08 +02:00
alex-burlacu-clear-ml
bac92f532d
Merge pull request #952 from ainoam/master
Emphasize tutorials in Readme
2023-03-17 14:41:24 +02:00
Allegro AI
f2876a9949
Update README.md 2023-03-17 14:01:35 +02:00
alnoam
f4547db91b Emphasize tutorials in Readme 2023-03-15 17:35:18 +02:00
Victor Sonck
40c6db9d95
Add Getting Started Notebooks (#948) 2023-03-12 16:58:48 +02:00
jday1
ea1e4ac087
Fix git+https requirement using subdirectory is not supported (#947)
Fixes issue #946
2023-03-12 14:52:43 +02:00
Muhammad Sakib Khan Inan
3ffbbf1393
Added "output_uri=True" in the hook config
When "output_uri" is set to True, it uploads the Artifacts or Models to the ClearML Server.
2023-03-09 13:02:39 +06:00
Alex Burlacu
37dde23bc9 bump version to 1.9.3 2023-03-08 21:45:46 +02:00
Alex Burlacu
4a928addb7 Bugfix: Broken Task._get_status()
Avoid creating an ephemeral object on every status call (we call them a lot)
2023-03-08 21:39:40 +02:00
Richard Leibrandt
641a4a2057 Remove docstring text of Task.close() that details Task.mark_completed() 2023-03-08 15:48:30 +01:00
alex-burlacu-clear-ml
fda5095ab2
Merge pull request #935 from john-zielke-snkeos/bugfix-path-substitutions
Fixes for path substitution
2023-03-02 16:40:41 +02:00
allegroai
b5775840e5 Reintroduce code due to backwards compatibility fix 2023-02-28 21:57:49 +02:00
allegroai
8957e09ef9 Version bump to v1.9.2 2023-02-28 17:22:24 +02:00
allegroai
627135c68a Add ClearML Datasets examples 2023-02-28 17:22:23 +02:00
allegroai
22df336860 Fix clearml browser_login set host servers (because clearml-agent does not have default ones) 2023-02-28 17:22:23 +02:00
allegroai
713956a96a Update README with PythonFire automagic Args support list 2023-02-28 17:22:23 +02:00
allegroai
fba1f4c9a6 Fix get_or_create_project() might crash when called in parallel 2023-02-28 17:22:22 +02:00
allegroai
aff7f87975 Fix TaskScheduler initial scheduled Task could be closer to starting date 2023-02-28 17:22:21 +02:00
allegroai
487fe75946 Fix dataset CSV files are not previewed properly 2023-02-28 17:22:21 +02:00
allegroai
72b341ee51 Add Gradio binding support 2023-02-28 17:22:20 +02:00
allegroai
22715cda19 Fix some plots and debug samples are missing for clearml examples 2023-02-28 17:22:20 +02:00
allegroai
5d027a335f Improve Task.query_tasks()` docstring 2023-02-28 17:22:20 +02:00
allegroai
4585db0f0f Fix Task.connect_configuration() with non-string keys 2023-02-28 17:22:19 +02:00
allegroai
890f4cfa77 Improve get_status performance 2023-02-28 17:22:19 +02:00
allegroai
dd5036a0a0 Fix breaking change in call to Logger.report_confusion_matrix() 2023-02-28 17:22:18 +02:00
allegroai
89e39f0b02 Add status change callback to pipelines 2023-02-28 17:22:18 +02:00
allegroai
6b32e1d33a Fix Pipeline from tasks does not propagate params overwrite 2023-02-28 17:22:17 +02:00
vfdev
08ce79002b
Fixed bug in report_confusion_matrix when series argument was removed (#936) 2023-02-26 10:04:39 +02:00
john-zielke-snkeos
df5d317c06 Fix typo 2023-02-24 19:13:13 +01:00
john-zielke-snkeos
8f57c5132c Added fix to store unsubstituted url for model
Added canonize_url for .delete()
2023-02-24 18:59:15 +01:00
Yiftach Beer
7701d47b44
Typo fix (to large -> too large) (#932) 2023-02-23 17:39:41 +02:00
Richard Leibrandt
017dc4c784 Improve docstring for Task.close and Task.mark_completed 2023-02-21 16:39:47 +01:00
Richard Leibrandt
aa69f45d3b Improve docstring for Task.close and Task.mark_completed 2023-02-21 15:21:56 +01:00
Make42
cae0284d6c
Merge branch 'allegroai:master' into master 2023-02-21 11:27:01 +01:00
Make42
537548c833 Improve the hyper_parameter example
- Introduce sections
- Add example for user properties
- Add an example for hyperparameters with TaskParameters
- Rename file to reflect the naming in the web app
2023-02-20 14:14:22 +01:00
Make42
9014cc596d
Rename configuration_including_hyper_parameters.py to configuration_including_hyperparameters.py 2023-02-20 14:10:04 +01:00
Make42
d7937c3cc4
Rename hyper_parameters example
Rename example  "hyper_parameters" to "configuration_including_hyper_parameters" to reflect contents
2023-02-20 14:03:21 +01:00
Make42
ab3779b327
Improve the hyper_parameter example
- Introduce sections
- Add example for user properties
- Add an example for hyperparameters with TaskParameters
- Rename file to reflect the names in the web app
2023-02-20 14:00:01 +01:00
Make42
4ebe714165
Improve docstring for Task.close() (#920) 2023-02-19 09:25:24 +02:00
jday1
541c2425e0
Fix debug samples are not uploaded correctly (#924)
* PR relating to bug #923.
---------

Co-authored-by: jday1 <jd685@cam.ac.uk>
Co-authored-by: jday1 <james.day@bglgroup.co.uk>
2023-02-19 09:19:40 +02:00
Make42
e938f2800b
Improve docstring for Task.mark_completed() (#921) 2023-02-17 23:27:43 +02:00
allegroai
311e05d938 Fix StorageManager.get_file_size_bytes() and StorageManager.get_metadata() might raise an error even with silence_errors=True 2023-02-14 12:25:59 +02:00
RoseGold
7de0644eef
Jupyter API token patch (#904) 2023-02-09 21:13:12 +02:00
Zegang Cheng
269f5e7974
Ignore None keys in click args (#903) 2023-02-07 22:53:57 +02:00
allegroai
b1f17db657 Add pre and post-callbacks to the Pipeline decorator 2023-02-07 17:32:31 +02:00
allegroai
a48f1c4b58 Keep original upload URI when reporting events when URI is changed due to path substitution 2023-02-05 10:19:44 +02:00
pollfly
c978d8c259
Edit docstrings (#900) 2023-02-02 10:24:01 +02:00
Anton Cherepkov
54c601eea2
Add support for references in Pipeline queue_name (#857) 2023-01-26 19:11:47 +02:00
Yiftach Beer
da6f75363d
Fix Logger.report_confusion_matrix (#894)
* set annotated cells (cells with text inside them) to be the default.
* removed the unused series argument from the signature.
2023-01-26 19:10:10 +02:00
pollfly
0b9428bf21
Fix docstring spacing (#896) 2023-01-26 19:08:11 +02:00