-
Re: Multiple GPU Support
Hi, DSS supports multiple GPUs for training deep learning models. Could you please upload the full log of the failed training session? Best regards, Alex1 · -
Re: Sentence Embedding - Machine/Deep Learning Model
Hi, The plugin outputs vectors at the sentence level, so there's no direct way to map it back to words. If your use case is about understanding clusters of documents, I would suggest using the 'Topic…1 · -
Re: Sentence Embedding - Machine/Deep Learning Model
Hi, In order to use the embedding column for Machine Learning / Deep Learning models, you can choose the "Vector" feature handling, as shown below: Hope it helps, Alex1 · -
Re: Merging Rows to Column Merge
Hi, Based on the datasets you describe, I would suggest using: 1. "Prepare" recipe with the "Fold multiple columns" processor to transform your "population" dataset into…2 · -
Re: Trouble Setting Code Env for Plugin Webapp
Hi, I would not recommend adding/modifying requirements.json as this is linked to the built-in DSS python environment. Environment.spec is not necessary if you don't use conda. Ideally, you only need…1 ·