allegroai
|
5e70a9e6eb
|
Fix flush (wait) on auxiliary task (obtained using Task.get_task()) should wait on all upload events
|
2020-12-06 11:25:20 +02:00 |
|
allegroai
|
89f5e78a93
|
Fix make event upload more stable with regard to quoting issues
|
2020-11-29 23:28:54 +02:00 |
|
allegroai
|
fcc06b864a
|
Fix replace quote safe characters in upload file
|
2020-11-25 14:53:45 +02:00 |
|
allegroai
|
80b841e4a4
|
Fix quote issue in debug images reporting
|
2020-11-25 11:23:49 +02:00 |
|
allegroai
|
4aa5c620f4
|
Fix python 2.7/3.5 math support
|
2020-11-25 11:20:09 +02:00 |
|
allegroai
|
6e012cb205
|
Add Task.init auto_connect_streams controlling stdout/stderr/logging capture. Issue #181
|
2020-11-20 15:50:38 +02:00 |
|
allegroai
|
e37d6a4155
|
Fix warning on uploading local file that does not exist
|
2020-11-03 10:50:51 +02:00 |
|
allegroai
|
df395b67ba
|
Add Logger.report_matplotlib_figure() with examples
|
2020-10-15 23:20:17 +03:00 |
|
allegroai
|
299ce14515
|
Fix sending empty reports, issue #205
|
2020-09-09 22:10:59 +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
|
e1bbc03001
|
Fix artifact upload to only use file stream when not uploading locally stored file. Multi-part upload is not supported on stream upload.
|
2020-08-23 01:06:20 +03:00 |
|
allegroai
|
de61dbf54e
|
Fix offline mode to support python3.5
|
2020-08-08 12:47:08 +03:00 |
|
allegroai
|
23394a265d
|
flake8 + change ModuleNotFoundError to ImportError (support py 2.7/3.5)
|
2020-07-30 15:07:25 +03:00 |
|
allegroai
|
a8d6380696
|
Add offline support using Task.set_offline() and Task.import_offline_session()
|
2020-07-30 15:03:22 +03:00 |
|
allegroai
|
2ec5726812
|
Fix filename too long bug (trains-server #54)
|
2020-07-30 14:58:48 +03:00 |
|
allegroai
|
79799d3efd
|
Add logger.report_confusion_matrix arg yaxis_reversed (when True flip the confusion matrix, default False). Issue #165
|
2020-07-11 01:37:02 +03:00 |
|
allegroai
|
2f5b519cd8
|
Tensorboard text logging report as debug samples (.txt files), instead of as console output.
|
2020-07-04 22:55:29 +03:00 |
|
allegroai
|
d1744785b1
|
flake8
|
2020-07-04 22:52:09 +03:00 |
|
allegroai
|
20a9f0997d
|
Add direct plotly figure reporting (see issue #136)
|
2020-06-14 00:01:30 +03:00 |
|
allegroai
|
a5b1ed0330
|
Improve matplotlib integration, issue #140
|
2020-06-13 22:09:45 +03:00 |
|
allegroai
|
96f899d028
|
Fix documentation and layout (PEP8)
|
2020-05-24 08:16:12 +03:00 |
|
allegroai
|
7ad4ec2314
|
Add extra_layout argument for all loggers, setting layout configuration for plotly objects
|
2020-05-24 08:09:33 +03:00 |
|
allegroai
|
163f0c8587
|
Add utilities.attrs using attr<19.2 flags, supporting attr>=19.2 with no deprecation warnings
|
2020-05-22 10:53:13 +03:00 |
|
Elijah Rippeth
|
59874b1620
|
address DeprecationWarning
Fixes DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
|
2020-05-15 21:57:42 -04:00 |
|
allegroai
|
a5ff2ba9c8
|
Add Logger histogram mode (stack/group/relative)
|
2020-05-08 22:05:33 +03:00 |
|
allegroai
|
6991e06e14
|
Fix RGBA upload with default JPEG files
|
2020-05-08 21:30:02 +03:00 |
|
allegroai
|
031d26a6cf
|
Support '#' and '?' in image names
|
2020-05-08 21:28:48 +03:00 |
|
allegroai
|
6ff3cc0ee4
|
Fix duplicate suffix for artifacts
|
2020-04-26 23:17:51 +03:00 |
|
allegroai
|
466b2859d9
|
Upload debug assets with series / title including dot or slash did not add iteration index to the filename
|
2020-04-16 16:49:21 +03:00 |
|
allegroai
|
648779380c
|
Add media (audio) support for both Logger and Tensorboard bind
|
2020-04-09 13:14:14 +03:00 |
|
allegroai
|
004f925454
|
ThreadPool should be terminated, not closed, otherwise it might hang
|
2020-04-09 12:47:38 +03:00 |
|
allegroai
|
e1fc9b3dc8
|
ThreadPool should be terminated, not closed, otherwise it might hang
|
2020-04-09 11:39:03 +03:00 |
|
allegroai
|
dc915d0241
|
Fix support for Task init/close multiple times
|
2020-03-20 10:20:06 +02:00 |
|
allegroai
|
b3dff9a4eb
|
Support setting task initial iteration for continuing previous runs
|
2020-03-12 17:40:29 +02:00 |
|
allegroai
|
30cf6b4834
|
Fix HTTP link quoting in stored links
|
2020-03-12 17:04:31 +02:00 |
|
allegroai
|
98c9a95338
|
Add support for reporting tables
|
2020-03-10 13:30:42 +02:00 |
|
Karthikeyan Singaravelan
|
a97850e5b6
|
Import ABC from collections.abc instead of collections for Python 3.9 compatibility.
|
2020-03-03 21:38:03 +05:30 |
|
allegroai
|
0bc71fbcf4
|
Remove title/series naming restrictions (allow '$' and '.')
|
2020-02-10 10:30:57 +02:00 |
|
allegroai
|
3ee70beea2
|
Fix URL for uploaded files with '%' in their name to allow proper unquote during HTTP serving
|
2020-02-10 10:30:57 +02:00 |
|
allegroai
|
923e45bb17
|
Allow reporting a pre-uploaded image url in Logger.report_image using the url parameter
|
2020-01-26 15:29:35 +02:00 |
|
allegroai
|
1cc0ea6cf3
|
Fix logs, events and jupyter flushing on exit
|
2020-01-21 16:41:01 +02:00 |
|
allegroai
|
9362831269
|
Add sdk.metric.matplotlib_untitled_history_size to limit number of untitled matplotlib plots (default: 100)
|
2019-11-08 22:29:36 +02:00 |
|
allegroai
|
1bfee56977
|
Improve Windows support
|
2019-11-08 22:28:13 +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
|
cb3167bdd8
|
Add x/y/z title for scatter 2d/3d plots
|
2019-10-25 15:11:26 +03:00 |
|
allegroai
|
0b875a2dea
|
Changed report_image matrix argument to image (with backwards support)
|
2019-10-10 21:09:44 +03:00 |
|
allegroai
|
99a702d149
|
Add artifacts upload retries (default 3)
|
2019-10-05 15:25:48 +03:00 |
|
allegroai
|
9f73dbabdb
|
Better multi-processing, switching to to multiprocess Lock
|
2019-10-04 01:34:22 +03:00 |
|
allegroai
|
e6ed09664f
|
Fix force flush logs at exit
|
2019-09-25 00:32:08 +03:00 |
|
allegroai
|
0b4f00af4d
|
Restructured Logger with nice clean interface.
Breaking changes: Logger no longer supports info/error/warning console() replaced with report_text()
|
2019-09-23 18:40:13 +03:00 |
|