Mle-logging

Latest version: v0.0.6

Safety actively analyzes 681914 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.0.1

Added

- Basic `mle-logging` API:

python
from mle_logging import MLELogger

Instantiate logging to experiment_dir
log = MLELogger(time_to_track=['num_updates', 'num_epochs'],
what_to_track=['train_loss', 'test_loss'],
experiment_dir="experiment_dir/",
model_type='torch')

time_tic = {'num_updates': 10, 'num_epochs': 1}

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.