mirror of
https://github.com/clearml/clearml-agent
synced 2025-03-03 18:52:22 +00:00
Add sdk.metrics.plot_max_num_digits to reduce plot storage size
This commit is contained in:
parent
aaf8d802e7
commit
782668fd21
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user