JSONResultTracker
- class JSONResultTracker(path: None | str | Path = None, name: str | None = None)[source]
Bases:
FileResultTracker
Tracking results to a JSON lines file.
Also allows monitoring experiments, e.g. by
tail -f results.txt | grep "hits_at_10"
Initialize the tracker.
- Parameters:
Attributes Summary
The file extension for this writer (do not include dot)
Methods Summary
log_metrics
(metrics[, step, prefix])Log metrics to result store.
log_params
(params[, prefix])Log parameters to result store.
Attributes Documentation
Methods Documentation