James Y
James Y
Hello, I am preparing a research paper, and I've come across a somewhat tricky issue. During hyperparameter optimization, I've identified four hyperparameters: min_topic_size, nr_topics, min_cluster_size, and min_samples, all of which...
Hi, Again, thanks for your amazing work for Bertopic. I used Bertopic for many research projects. I recently noticed that there may be a tricky bug for vectorizer_model. I checked...
IncorrectPackageVersionError: found 'scikit-learn' version 0.22.2.post1 but requires scikit-learn version >=0.24.0 Even I checked the version of 0.24.0 is installed. So, I tried to run it locally over the Ubuntu, it...
Hi, I have recently found that running btm.get_words_freqs(texts, stop_words=stop_words) gives me ValueError: too many values to unpack (expected 3). I am not sure the reason, but i found this methods...
Hi, I am trying to get atoms' property (e.g bonds, atomic_mass), but the error shows 'Atom' object has no attribute 'bonds' import skchem import rdkit.Chem mol = skchem.Mol.from_smiles('CC(=O)Cl') print(mol.atoms[0].bonds)
raise EnvironmentError( OSError: runwayml/stable-diffusion-v1-5 does not appear to have a file named model_index.json
Hi, I have recently conducted a series of experiments, I found it is tricky that the results changed when I shuffled the data (other settings same). I am curious that...
Hi, I recently run LCA with measurement = binary, the results show there were 13 classess in total, however, I found there were 6 (i.e., classes: 1,2,4,5,6,9) classes are exactly...
RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu! (when checking argument for argument target in method wrapper_CUDA_nll_loss_forward)