mirror of
https://github.com/clearml/clearml
synced 2025-06-14 02:18:31 +00:00
commit
b64eed19a9
@ -24,7 +24,7 @@ class MetricsEventAdapter(object):
|
|||||||
_default_nan_value = 0.
|
_default_nan_value = 0.
|
||||||
""" Default value used when a np.nan value is encountered """
|
""" Default value used when a np.nan value is encountered """
|
||||||
|
|
||||||
@attr.attrs(cmp=False, slots=True)
|
@attr.attrs(eq=False, order=False, slots=True)
|
||||||
class FileEntry(object):
|
class FileEntry(object):
|
||||||
""" File entry used to report on file data that needs to be uploaded prior to sending the event """
|
""" File entry used to report on file data that needs to be uploaded prior to sending the event """
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user