allegroai
d8ed5aa672
Fix example requirements
2022-12-22 22:05:26 +02:00
allegroai
dd79bd6197
Fix tensorflow_macos support
2022-12-22 21:54:13 +02:00
allegroai
47ea919ddc
PEP8
2022-12-13 16:07:51 +02:00
pollfly
4fab0f740a
Update README.md ( #826 )
2022-12-06 14:23:53 +02:00
allegroai
66cccd22fd
Fix examples
2022-11-21 17:14:07 +02:00
erezalg
f6b9efe54e
Add hyperdataset examples ( #823 )
...
* Add hyperdataset examples
Co-authored-by: Erez Schnaider <erez@clear.ml>
2022-11-20 16:28:42 +02:00
allegroai
e55d113258
Add support for connecting Enum values as parameters
2022-11-11 15:49:24 +02:00
allegroai
8e9f422ec5
PEP8
2022-11-11 13:30:15 +02:00
allegroai
89ad484839
Improve manual model uploading example
2022-11-09 11:28:46 +02:00
Victor Sonck
51af6e833d
Add CI/CD example ( #815 )
...
* Add clearml ci/cd example
* Add section on how to set up CI/CD example
2022-11-08 17:29:49 +02:00
Gonzalo Gabriel Jiménez Fuentes
1e1aa10232
Fix relative paths in examples ( #787 )
...
image_reporting.py points to images directory using an absolute path
2022-10-08 15:49:36 +03:00
allegroai
6ce0ebbb51
Unify scalar reporting examples
2022-09-22 20:53:39 +03:00
allegroai
e695251dd4
Add a single metric reporting example
2022-09-13 15:05:28 +03:00
pollfly
fb644fe9ec
Edit example ( #759 )
...
Set reporting period to 0.2 minutes to match comment
2022-09-12 14:09:49 +03:00
pollfly
01dc126167
Add inference step to pipeline example ( #765 )
...
* Fix docs
* Update pipeline example
2022-09-12 13:58:53 +03:00
erezalg
05333e9b7a
Add PR \ Issue templates ( #742 )
...
* Add PR \ Issue templates
* Add pipe decorator get step's task example
Co-authored-by: Erez Schnaider <erez@clear.ml>
2022-08-17 11:05:29 +03:00
allegroai
51f512889f
Fix keras_tuner_cifar example raises DeprecationWarning and ValueError
2022-07-21 17:23:19 +03:00
allegroai
7ec0691910
Fix pipeline DAG
2022-07-15 16:19:15 +03:00
allegroai
d1e8285760
Fix LightGBM example shows UserWarning
2022-07-01 11:37:42 +03:00
allegroai
d242c14565
Fix Hydra warning due to deprecation
2022-06-28 21:16:12 +03:00
allegroai
c12a66267d
Fix missing requirement for tensorboardx example
2022-06-28 21:13:02 +03:00
allegroai
d63f3b5ca7
Fix taking artifacts from non-completed tasks might fail
2022-06-26 18:19:50 +03:00
pollfly
d2608ba205
Add parameter names to example ( #688 )
2022-06-08 10:30:21 +03:00
allegroai
f64e1f34c5
Fix docstrings
2022-06-06 14:18:49 +03:00
Rizwan Hasan
717edba8c2
Fix FastAI DeprecationWarning ( #683 )
2022-05-30 19:56:37 +03:00
pollfly
4ccb357de4
Add pipeline parameter to task pipeline example ( #664 )
2022-05-05 12:13:48 +03:00
Allegro AI
92210e2c82
Update requirements.txt
2022-05-04 14:39:35 +03:00
erezalg
385d2a4fa3
Modify clearml-data example task name ( #665 )
...
Co-authored-by: Erez Schnaider <erez@clear.ml>
2022-05-03 14:58:07 +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
Rizwan Hasan
8763a884da
Update Pytorch Lightning example for pytorch-lightning>=v1.6.0 ( #650 )
2022-04-21 10:18:30 +03:00
Rizwan Hasan
1080d2a840
Change pipeline example to run locally ( #642 )
2022-04-14 10:53:53 +03:00
allegroai
e06d3cbf99
Fix pytorch automagic logging torchscript models
2022-04-13 14:16:12 +03:00
allegroai
3bde51ebe7
Fix Fire integration is not compatible with typing library ( #610 )
2022-04-09 14:22:47 +03:00
pollfly
f4e4423b3a
Add manual seaborn logging example ( #628 )
2022-04-02 13:37:07 +03:00
allegroai
95785e7637
Fix jsonargparse support ( #403 )
2022-03-29 11:00:33 +03:00
Victor Sonck
2efac70546
Add git credentials to colab example ( #621 )
...
* Add git credentials environment variables to colab example
* Add git credentials for colab example
* Add cell magic to colab example to add git credentials
2022-03-24 21:53:33 +02:00
allegroai
b26bc09ade
Update autokeras example
2022-03-24 19:35:07 +02:00
allegroai
c5e428a03d
Add jsonargparse support ( #403 )
2022-03-24 19:30:24 +02:00
Mal Miller
d852ed974e
Update Slack SDK requirement ( #597 )
2022-03-08 10:05:38 +02:00
allegroai
cc9ad00eeb
Fix PipelineDecorator example
2022-03-07 23:45:34 +02:00
allegroai
ac1750b442
Restructure FastAI examples
2022-03-06 19:08:22 +02:00
allegroai
a5b16db95c
Add missing skip_zero_size_check argument in StorageManager.download_foler()
...
PEP8
2022-02-26 13:38:42 +02:00
eugen-ajechiloae-clearml
a8fbe51231
Support fastai v2 ( #571 )
2022-02-17 00:01:55 +02:00
Rizwan Hasan
e160e7d0ce
Add requirements for examples ( #582 )
2022-02-16 16:59:32 +02:00
Rizwan Hasan
b494232134
Capitalized examples task name, updated example requirements ( #573 )
2022-02-14 10:18:41 +02:00
eugen-ajechiloae-clearml
c01e2e1166
Fix group arguments in click ( #561 )
2022-02-12 00:01:44 +02:00
eugen-ajechiloae-clearml
296cb7d899
Add Python Fire support ( #550 )
2022-02-07 13:38:11 +02:00
eugen-ajechiloae-clearml
d53dbbf697
Add catboost support ( #542 )
...
Co-authored-by: ajecc <eugenajechiloae@gmail.com>
2022-02-03 21:36:27 +02:00