MIND-Lab / OCTIS

OCTIS: Comparing Topic Models is Simple! A python package to optimize and evaluate topic models (accepted at EACL2021 demo track)
MIT License
718 stars 102 forks source link

The hyperparameter clip is initialized twice #39

Open AdhyaSuman opened 2 years ago

AdhyaSuman commented 2 years ago

https://github.com/MIND-Lab/OCTIS/blob/a51540d76ad351275e68e8567abcaff87c365646/octis/models/DETM.py#L39 In line 35, the hyperparameter clip is already initialized.