allegroai
da32cd8f90
PEP8
2020-11-29 23:30:25 +02:00
allegroai
f3638a7e5d
Fix keras reusing model object only if the filename is the same (issue #252 )
2020-11-25 14:55:45 +02:00
allegroai
333c46e9c9
Fix LightGBM support for empty params (precaution)
2020-11-25 11:22:35 +02:00
allegroai
5d1c477e10
Fix python 2.7/3.5 support, PEP8 and redundant code
2020-11-25 11:05:40 +02:00
allegroai
32c134eaa7
Use sha256sum from storage.util
2020-11-25 11:01:15 +02:00
allegroai
0be016d3a5
Use a built-in matplotlib convertor
2020-11-25 11:00:34 +02:00
noklam
6064080232
Fix lightgbm binding keyword argument issue ( #251 )
2020-11-24 13:27:33 +02:00
allegroai
e9920e27ed
Add Hydra bind support for Task.init call within the Hydra app, Issue #219
2020-11-20 00:07:37 +02:00
allegroai
8b4b7098e0
Fix global matplotlib counting
...
Fix typo in matplotlib bind class property
Fix Matplotlib binding without a title reported a single plot (untitled 00) instead of increasing the counter
2020-11-17 23:12:11 +02:00
allegroai
0e0b03157f
Fix delete_after_upload when wait_for_upload=True was not supported
2020-11-17 23:12:10 +02:00
allegroai
b656e0115f
Fix preview with JSON (dict) artifacts did not store the artifact
2020-11-17 23:12:10 +02:00
cksac
45af97b258
Fix set preview for if artifact body is remote uri ( #239 )
...
Co-authored-by: cksac <cksac@gmail.com>
2020-11-12 13:06:45 +02:00
allegroai
6dd7b4e02e
Add Hydra support (issue #219 )
2020-11-08 00:18:50 +02:00
allegroai
de85580faa
Moved archived_tag definition + pep8
2020-11-08 00:18:20 +02:00
allegroai
b644ec8100
Fix type annotations
2020-11-03 10:50:55 +02:00
Omer Moran
7bf208eb08
Added synchronous support for upload_artifact() ( #231 )
...
Add synchronous support for Artifacts.upload_artifact()
2020-11-02 18:39:06 +02:00
allegroai
df395b67ba
Add Logger.report_matplotlib_figure() with examples
2020-10-15 23:20:17 +03:00
allegroai
c9fac89bcd
Add LightGBM support
2020-10-12 12:34:52 +03:00
allegroai
0b5c22d6dd
Make sure local packages with multi-files are marked as "package"
2020-10-12 10:50:46 +03:00
allegroai
0eb1bb4492
Fix type annotation and PEP8
2020-10-11 11:16:19 +03:00
allegroai
64e10b2f62
Add PyTorch Lightning save/restore model binding (issue #212 )
2020-10-04 17:00:01 +03:00
allegroai
be099f42f9
Support Keras restructuring for Network, Model and Sequential
2020-09-29 19:27:43 +03:00
allegroai
5094ede309
Don't add pandas artifact unnamed:0 column, return original pandas object.
2020-09-29 19:21:37 +03:00
allegroai
d36f6c26da
Fix auto model logging using relative path (use full absolute path)
2020-09-15 18:11:31 +03:00
allegroai
2c47e9f248
Fix joblib auto logging models failing on compressed streams, issue #203
2020-09-09 22:10:59 +03:00
allegroai
f4917572bb
Remove warning on skipped auto-magic model logging
2020-09-09 22:09:02 +03:00
allegroai
646163a2cb
Fix matplotlib _reporter refactoring
2020-09-05 16:25:28 +03:00
allegroai
5beecbb078
Add Pipeline Controller automation and example
2020-09-01 18:00:19 +03:00
allegroai
4c77cd1479
Rename Task.reporter to Task._reporter (deprecated)
2020-09-01 17:47:40 +03:00
allegroai
4fbf0b9d4a
Fix TF binding to preserve previous behavior
2020-08-10 17:25:33 +03:00
allegroai
9a561964e5
PEP8
2020-08-10 08:18:38 +03:00
Allegro AI
abb875cedb
Merge pull request #182 from guyfre/fix/tf_img_summary
...
Fix saving image summary in tensorflow binding
2020-08-10 08:13:36 +03:00
allegroai
73bd8c2714
Add FastAI example, disable binding if tensorboard is loaded (assume TensorBoradLogger will be used)
2020-08-10 08:01:03 +03:00
guyfre
dc036fd51d
Fix in saving image summary in tensorflow bindings
2020-08-09 12:56:46 +03:00
allegroai
d56eb03381
Fix plotly support for matplotlib 3.3
2020-08-08 12:52:54 +03:00
allegroai
65003a168a
Fix hyper-parameter legacy mode (type=='legacy')
...
Add type/description to TF_DEFINES
Cast hyper-parameters to string (if not None)
2020-08-08 12:48:23 +03:00
allegroai
f4f53902ed
Add sdk.development.log_os_environments to match TRAINS_LOG_ENVIRONMENT
...
Support logging OS environments into Environment section
2020-08-08 12:37:42 +03:00
allegroai
e4801542f5
Moved dict parsing in/out (hocon) into utilities.config
2020-08-08 12:28:59 +03:00
allegroai
1d277d01d3
Fix large git diff preview (artifact auxiliary_git_diff) is a single line per file, add option to control the artifact preview
2020-07-30 15:10:41 +03:00
allegroai
23394a265d
flake8 + change ModuleNotFoundError to ImportError (support py 2.7/3.5)
2020-07-30 15:07:25 +03:00
allegroai
093477cb35
Refactor fastai bind
2020-07-30 14:54:37 +03:00
allegroai
d642639890
Add fastai binding support
2020-07-11 01:29:29 +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
934771184d
Fix git diff larger than 500kb , git section will contain warning, and entire git diff will be uploaded as artifact named auxiliary_git_diff
2020-07-04 22:53:26 +03:00
allegroai
d1744785b1
flake8
2020-07-04 22:52:09 +03:00
allegroai
b07a17890d
Add task.upload_artifact auto_pickle=True #153
...
Fix multiple argparse calls before task.init
Add mark_started force argument #159
2020-07-02 01:28:15 +03:00
allegroai
b2fb5a3425
Improve Tensorboard histogram scale
2020-07-02 01:28:15 +03:00
allegroai
5d13ec0dfe
Fix Tensorboard 2d convolution histogram, improve histogram accuracy on very small histograms.
...
Add Logger._set_tensorboard_series_prefix add series prefix for all TB reports
2020-06-23 23:08:08 +03:00
allegroai
f3621feabb
Allow Task.get_tasks() to filter by list of project ids
2020-06-21 23:31:14 +03:00
allegroai
0626d807a7
Add WeightsFileHandler callback type enum
2020-06-19 19:09:17 +03:00