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

feat: allow chunkwise training and limit the number of processes for AFHMM+SAC #37

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

levaphenyl
Copy link
Collaborator

@levaphenyl levaphenyl commented Sep 11, 2020

Fixes: #36
Fixes: #40
Fixes: #42
Fixes: #27

Tested on UK-DALE.
afhmm_sac_refactored_UKDALE

TODO: dev-test both AFHMM & AFHMM+SAC

@levaphenyl levaphenyl changed the title Bugfix issue #36: parameter chunk_wise_training is hardcoded feat: allow chunkwise training and limit the number of processes for AFHMM+SAC Oct 7, 2020
@levaphenyl levaphenyl self-assigned this Dec 3, 2020
@PMeira PMeira mentioned this pull request Jan 11, 2021
@levaphenyl levaphenyl force-pushed the NILMTK-CONTRIB-36 branch 2 times, most recently from 59e919e to c0e8ad2 Compare May 16, 2021 16:10
Use .get() instead of double variable declarations.
AFHMM+SAC: inherit from AFHMM to remove duplicate code.
Fix comment typo.
Remove commented code from 1 year ago.
@levaphenyl levaphenyl force-pushed the NILMTK-CONTRIB-36 branch from c0e8ad2 to 2326bce Compare May 16, 2021 17:02
@levaphenyl levaphenyl force-pushed the NILMTK-CONTRIB-36 branch from 2326bce to a0610f4 Compare May 16, 2021 17:13
@jonnor
Copy link

jonnor commented Oct 20, 2022

Having a quick scan through the code, this seems reasonably complete. Any blockers for merging?

@levaphenyl
Copy link
Collaborator Author

@jonnor - Thank you for your interest! The only blocker is to prove that the new code works as well as the former one. Unfortunately, I don't have time to test it these days. Would you like to try on your machine and report, please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment