In the AFHMM_SAC class __init__ function, the parameter chunk_wise_training is hardcoded.
Consequence: the AFHMM+SAC will be trained jointly, no matter what the user specified. Handy, when the training data does not fit in RAM :).
This issue is just for referencing, I will open a PR.
In the
AFHMM_SACclass__init__function, the parameterchunk_wise_trainingis hardcoded.Consequence: the AFHMM+SAC will be trained jointly, no matter what the user specified. Handy, when the training data does not fit in RAM :).
This issue is just for referencing, I will open a PR.