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
734 stars 106 forks source link

The hyperparameter clip is initialized twice #39

Open AdhyaSuman opened 3 years ago

AdhyaSuman commented 3 years ago

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