Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save training logs into tensorboard files #46

Merged
merged 9 commits into from
Apr 11, 2023
Merged

Conversation

WenjieDu
Copy link
Owner

I add implementations for each task and model to help save training logs into tensorboard files. Test cases to validate saving files are also added.

@coveralls
Copy link
Collaborator

coveralls commented Apr 11, 2023

Pull Request Test Coverage Report for Build 4666681241

  • 247 of 262 (94.27%) changed or added relevant lines in 17 files are covered.
  • 4 unchanged lines in 4 files lost coverage.
  • Overall coverage increased (+1.2%) to 86.033%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pypots/classification/brits.py 14 15 93.33%
pypots/clustering/base.py 0 1 0.0%
pypots/classification/raindrop.py 2 4 50.0%
pypots/clustering/vader.py 9 12 75.0%
pypots/forecasting/base.py 0 8 0.0%
Files with Coverage Reduction New Missed Lines %
pypots/clustering/base.py 1 35.53%
pypots/clustering/vader.py 1 91.84%
pypots/data/base.py 1 79.59%
pypots/forecasting/base.py 1 30.49%
Totals Coverage Status
Change from base Build 4656151815: 1.2%
Covered Lines: 2852
Relevant Lines: 3315

💛 - Coveralls

@WenjieDu WenjieDu merged commit 9f9f16c into dev Apr 11, 2023
@WenjieDu WenjieDu deleted the save_logs_into_tb_file branch April 11, 2023 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants