Add sdk.metrics.plot_max_num_digits to reduce plot storage size

This commit is contained in:
allegroai 2020-09-05 16:36:33 +03:00
parent aaf8d802e7
commit 782668fd21
2 changed files with 6 additions and 0 deletions

View File

@ -146,6 +146,9 @@ sdk {
# X images are stored in the upload destination for each matplotlib plot title. # X images are stored in the upload destination for each matplotlib plot title.
matplotlib_untitled_history_size: 100 matplotlib_untitled_history_size: 100
# Limit the number of digits after the dot in plot reporting (reducing plot report size)
# plot_max_num_digits: 5
# Settings for generated debug images # Settings for generated debug images
images { images {
format: JPEG format: JPEG

View File

@ -31,6 +31,9 @@
# X images are stored in the upload destination for each matplotlib plot title. # X images are stored in the upload destination for each matplotlib plot title.
matplotlib_untitled_history_size: 100 matplotlib_untitled_history_size: 100
# Limit the number of digits after the dot in plot reporting (reducing plot report size)
# plot_max_num_digits: 5
# Settings for generated debug images # Settings for generated debug images
images { images {
format: JPEG format: JPEG