Commit Graph

184 Commits

Author SHA1 Message Date
pollfly
8cc4c4256c
Add abseil example (#509) 2021-12-08 09:51:04 +02:00
pollfly
bb15ea6666
Fix links in jupyter notebooks (#505) 2021-12-02 11:28:35 +02:00
pollfly
f5040b59d7
Add Markdown in pipeline jupyter notebooks (#502)
* Add jupyter notebook to pipeline

* Add markdown explanations to Jupyter Notebook about pipeline
2021-12-01 18:48:14 +02:00
pollfly
8f84c42f5d
Edit pipeline example (#494) 2021-11-21 12:30:05 +02:00
allegroai
6a6cf111be Refactor AutoScaler 2021-11-17 19:15:48 +02:00
allegroai
11f21fcfb6 Fix PyTorch distributed TimeoutSocket issue in Windows 2021-10-25 13:15:05 +03:00
pollfly
23b0c500f1
Add Dataset examples (#485)
* Add data_management example

* split dataset_management into two - dataset creation and data ingerstion examples

* add underscore to project name

* delete space

* black format
2021-10-24 14:31:20 +03:00
Kumar Ashutosh
dae1a1d112
Minor edit when training with a custom dataset (#484)
When we want to train a custom dataset, the code should have the flexibility to accommodate variable number of classes.
2021-10-22 10:27:06 +03:00
pollfly
8ca5346421
Edit TaskScheduler docstrings (#475) 2021-10-15 16:04:44 +03:00
pollfly
8c6119c13e
Fix docstring parameter (#464)
Replace `task_id` with `schedule_task_id` in `TaskScheduler` docstring examples so code works when copied
2021-10-05 19:54:07 +03:00
allegroai
b0a3166a93 Fix example 2021-10-03 03:25:04 +03:00
allegroai
39d8d8f0cb Fix example project name 2021-10-03 02:56:52 +03:00
allegroai
3643446f56 Fix example requirements 2021-10-03 02:16:31 +03:00
allegroai
b38a74c91e Add MegEngine example requirements and set examples project 2021-09-30 22:28:25 +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
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
allegroai
c9121debc2 Fix typo 2021-09-19 22:20:03 +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
edb076c462 Rename pipeline example 2021-09-10 13:08:15 +03:00
allegroai
75dfed6022 Add enhanced pipeline support and examples 2021-09-09 22:01:58 +03:00
allegroai
c85c05ef6a Add pipeline v2 examples 2021-09-05 00:30:53 +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
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
1d0be8c8e1 Add pipeline controller callback example 2021-08-25 16:30:52 +03:00
pollfly
aba130eb1f
Change task_name in tensorboardX example (#432) 2021-08-22 13:44:21 +03:00
allegroai
69a85924b0 Add xgboost auto metric logging (issue #381) 2021-08-13 23:55:57 +03:00
allegroai
ce8f35a232 Add TaskScheduler example 2021-08-13 10:59:02 +03:00
pollfly
c7216a227b
Edit model_config example and add yaml sample (#419) 2021-08-11 14:10:07 +03:00
allegroai
d83f1cd2c1 Add Click examples 2021-08-04 11:30:32 +03:00
allegroai
226c68330e Add Click support (issue #386) 2021-07-04 09:31:47 +03:00
pollfly
a79447bba6
Link to clear.ml docs and fix links (#389)
* switch allegro.ai links to clear.ml
* fix colab links
* add newline
2021-06-29 11:22:12 +03:00
Revital
0325c2f32a rename TrainsTuner to ClearmlTuner 2021-06-20 10:33:07 +03:00
Tim Joseph
4a2099b53c Adds an tensorboardx example for add_video (creates GIFs in tensorboard) 2021-06-02 21:11:51 +03:00
Noam Wasersprung
1ab3710074
Fix colab reference to open the correct notebook (#374)
Fix github account link
2021-06-01 12:20:13 +03:00
pollfly
e3ab9defa1
Add google colab notebook tutorial (#368)
* add csv data sample to data_samples

* add google colab as clearml worker

* edit clearml_colab_agent

* remove outputs from colab file

* Delete clearml_colab.ipynb

* Delete clearml_colab_agent.ipynb

* Rename clearml_colab_agent.ipynb to examples/clearml_agent/clearml_colab_agent.ipynb

* Update clearml_colab_agent.ipynb

correct link to point to google colab

* Update clearml_colab_agent.ipynb

* edit clearml_colab_agent profile link
2021-06-01 09:51:49 +03:00
allegroai
02fa11c845 Use cursor in Slack Alerts example 2021-05-26 18:30:29 +03:00
Erez
652a29650a Remove old model upload examples 2021-05-19 09:58:07 +03:00
allegroai
899ff93a73 Fix import keras from TF 2021-05-14 09:42:12 +03:00
allegroai
ed18949e3f Remove deprecated examples 2021-05-12 15:41:37 +03:00
allegroai
4e4aab56a8 Increase channel result to support max of 1K channels for finding slack channel 2021-05-12 15:40:20 +03:00
allegroai
0e9538d42a Add object-storage support in cleanup-service 2021-05-12 15:39:34 +03:00
Revital
3225715ae3 add csv data sample to data_samples 2021-05-09 09:26:58 +03:00
allegroai
9014f2e680 Update KerasTuner example requirements.txt 2021-04-28 13:13:28 +03:00
pollfly
8658198f8b
Add using_artifacts_example (#334)
* add example for Task, multiple Tasks created in same code

* fixes to clearml-task.md

* add example of  remote_execution

* add using_artifacts_example

* Rename remote_execution_example.py to execute_remotely_example.py

* change name to execute_remotely_example.py

* add header to using_artifacts_example.py

* add newline to using_artifacts_example.py
2021-04-18 13:40:52 +03:00
Revital
30f366f23c add example for Task, multiple Tasks created in same code 2021-04-04 09:55:13 +03:00
allegroai
a5a23510e8 Add Hydra example
Add artifacts retrieval example
Rename LightGBM example
2021-02-21 14:51:07 +02:00
allegroai
4edec4b74a Update example 2021-02-04 10:41:20 +02:00