Commit Graph

63 Commits

Author SHA1 Message Date
Revital
f29f0811f4 fixes to clearml-task.md 2021-04-04 09:55:13 +03:00
Erez Schnaider
ee58f8c3ce Edit clearml-data documentation 2021-04-01 15:22:38 +03:00
allegroai
e9771633bb Fix docs 2021-03-15 17:39:42 +02:00
allegroai
76f7822119 Update documentation 2021-02-27 23:53:06 +02:00
allegroai
14706c03e1 Fix dataset add files
Fix docs typo
2021-01-10 12:58:13 +02:00
allegroai
375016cf9e Update screenshot 2020-12-24 10:55:57 +02:00
allegroai
e4e5f0148e Update datasets.md 2020-12-22 23:54:05 +02:00
allegroai
c9f3d199d4 Update screenshot 2020-12-22 23:51:18 +02:00
allegroai
63cf9d3d9e Update README.md 2020-12-22 23:45:44 +02:00
allegroai
906e711723 Add logo 2020-12-22 23:27:38 +02:00
allegroai
d327f2e2b9 clearml initial version 0.17.0 2020-12-22 23:25:37 +02:00
allegroai
753b3ff68c Add sdk.development.store_code_diff_from_remote (default False) to store diff from remote HEAD instead of local HEAD (issue #222) 2020-10-30 09:55:54 +02:00
allegroai
c22eacd3fc Add sdk.development.detect_with_conda_freeze (default true) for full conda freeze (requires trains-agent >= 16.2) 2020-10-12 11:09:45 +03:00
allegroai
fae11edf1b Fix NaN in plotly plots (matplotlib conversion)
Add sdk.metrics.plot_max_num_digits to limit the number of digits in a plot (reduce plot sizes)
2020-09-05 16:28:24 +03:00
allegroai
9c484d3dae Update docs 2020-08-23 01:05:35 +03:00
allegroai
e116667252 Add missing config value 2020-08-08 12:56:58 +03:00
allegroai
d472e689fd Remove obsolete docs 2020-08-08 12:56:25 +03:00
allegroai
876513d195 Fix docs 2020-07-11 01:37:58 +03:00
allegroai
25fd425bf7 Support requirements detection using pip freeze (development.detect_with_pip_freeze configuration setting) 2020-07-11 01:31:47 +03:00
allegroai
1bcb4fe102 Documentation suppress_update_message 2020-07-02 01:29:49 +03:00
allegroai
d12b1e114b Removed old example 2020-06-22 17:12:02 +03:00
allegroai
8465334bd2 Update web screenshots 2020-06-06 21:50:47 +03:00
allegroai
0a7a32f2eb Support caching of extracted zip artifacts 2020-04-26 23:19:42 +03:00
allegroai
dbb3346332 Improve module requirements detection 2020-04-26 23:10:45 +03:00
allegroai
0211d233d4 Deprecate Task.set_model_config(), Task.get_model_config_text() and Task.get_model_config_dict() 2020-03-23 23:25:16 +02:00
allegroai
afad6a42ea Add initial slurm support (multiple nodes sharing the same task id) 2020-03-12 18:12:16 +02:00
allegroai
edc237dad4 Improve support for tensorboard.summarywriter.addscalars binding 2020-02-18 11:21:47 +02:00
allegroai
f5f13658c3 Add binding for tensorboard.summarywriter.addscalars as well as scalars grouping configuration option 2020-02-12 14:04:53 +02:00
allegroai
e39ab69cf9 Documentation 2019-12-15 00:11:14 +02:00
allegroai
b3d4ce0b71 Clean hyper-parameter example 2019-11-28 00:48:08 +02:00
allegroai
8aa86225e2 Add default_output_uri in trains.conf configuration
Fix Task.set_credentials support for different web/api/files hosts
2019-11-23 01:27:45 +02:00
allegroai
3527f743a6 Improved check trains package updates 2019-10-28 22:01:01 +02:00
allegroai
00e66b5d63 Add missing x/y/z axis titles to various logger report
Changed report_surface arguments
2019-10-27 00:32:05 +03:00
allegroai
ce77734f5d Documentation screenshots 2019-09-26 14:16:18 +03:00
allegroai
255239ebc8 Documentation match latest Logger interface 2019-09-25 01:27:24 +03:00
allegroai
3f63394b51 Documentation 2019-09-07 23:28:32 +03:00
allegroai
0a8cf706bd Add initial Azure storage support 2019-08-19 21:15:31 +03:00
allegroai
ee9d2d7526 Documentation 2019-08-03 03:04:48 +03:00
allegroai
bcaf4ce6c8 Add scikit-learn joblib documentation 2019-07-31 23:53:52 +03:00
allegroai
ee3fa31811 Add Jupyter notbook and TRAINS API documentation 2019-07-31 23:18:48 +03:00
allegroai
62bc54d7be Add initial artifacts support
Fix sub-process support
Fix delete_after_upload option when uploading images
Add logugu support
Fix subsample plots if they are too big
Fix requests for over 15mb
2019-07-28 21:04:45 +03:00
Allegro AI
637269a340
Update faq.md 2019-07-25 15:58:45 +03:00
allegroai
51cc50e239 Add separate api/web/file server configuration (backward support included).
OS environment override with:  TRAINS_API_HOST / TRAINS_WEB_HOST / TRAINS_FILES_HOST
2019-07-20 22:01:27 +03:00
allegroai
baa1f0a459 Documentation 2019-07-15 21:52:15 +03:00
allegroai
a0ecc6d516 Documentation 2019-07-08 23:29:09 +03:00
allegroai
bcb10d7adb Changed, async repository detection and auto-requirements generation. 2019-07-06 23:02:24 +03:00
Allegro AI
40cb2bea63
Update faq.md 2019-06-27 23:35:33 +03:00
allegroai
c06e602de4 Documentation 2019-06-27 23:22:50 +03:00
allegroai
675dc32528 Add api.verify_certificate to allow non-verified ssl connection (enterprise firewall mitm scenarios), by defaults only secured connections are allowed.
Add latest package check, as long as we are in pre-release.
2019-06-19 15:14:28 +03:00
allegroai
295569216e Documentation 2019-06-18 01:05:24 +03:00