{"id":21970205,"url":"https://github.com/pandede/metricmeter","last_synced_at":"2026-04-20T19:31:17.224Z","repository":{"id":166909263,"uuid":"501089263","full_name":"Pandede/MetricMeter","owner":"Pandede","description":"MetricMeter: Recording the metric trend for deep learning model","archived":false,"fork":false,"pushed_at":"2022-06-11T16:49:39.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-30T12:00:54.542Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Pandede.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-08T03:41:05.000Z","updated_at":"2022-06-11T16:50:59.000Z","dependencies_parsed_at":"2023-05-21T16:30:30.042Z","dependency_job_id":null,"html_url":"https://github.com/Pandede/MetricMeter","commit_stats":null,"previous_names":["pandede/metricmeter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Pandede/MetricMeter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pandede%2FMetricMeter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pandede%2FMetricMeter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pandede%2FMetricMeter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pandede%2FMetricMeter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pandede","download_url":"https://codeload.github.com/Pandede/MetricMeter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pandede%2FMetricMeter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32062231,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-29T14:37:57.270Z","updated_at":"2026-04-20T19:31:17.207Z","avatar_url":"https://github.com/Pandede.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MetricMeter\nA package for which handling the trend of metrics while training a deep learning model, such as the trend of loss, accuracy, f1-score in each epoch or iteration etc.\n\n## Version\n*v0.0.1*\n## Modules\n### **Tracker**\n`Tracker` is the core module which used for recording and summarizing the time series, such as running mean `AverageTracker` or running variance `VarTracker`.\n\nFor example, we can `append` the loss of each batch and `get` the running mean of loss. Concluded, the aim of `Tracker` is tracking the running metric in a single iteration.\n\n### **Meter**\n`Tracker` handles the running metric of each iteration, while `Meter` collects the final metric of `Tracker` in each epoch. \n\nFor example, after all iterations is over, `Meter` saves the mean of loss in this iteration, resets `Tracker` and goes forward to the next epoch.\n\n## Note\n:warning: The repository is heavily under constructing, thus welcome to provide any inspiration or thought, even make contributions!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpandede%2Fmetricmeter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpandede%2Fmetricmeter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpandede%2Fmetricmeter/lists"}