MCPcopy Create free account
hub / github.com/apple/axlearn / filter

Method filter

axlearn/cloud/common/utils.py:32–35  ·  view source on GitHub ↗
(self, record)

Source from the content-addressed store, hash-verified

30 """Filters out noisy 'discovery' logging."""
31
32 def filter(self, record):
33 if record.levelno == 20:
34 return record.module != "discovery"
35 return True
36
37
38def configure_logging(level: int):

Callers 7

_build_tfds_iteratorFunction · 0.80
_filter_by_lengthFunction · 0.80
filter_invalid_imagesFunction · 0.80
fnFunction · 0.80
filter_long_sequencesFunction · 0.80
streaming_packingFunction · 0.80
process_dataset_fnFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected