Hi, I notice that the class "class LabeledSeqDataset(Dataset)" actually does not accept one hot encoding as inputs, as it needs to transfer the strins to indices. Therefore, I add a new class for using one hot encoding as inputs. it will be extremely helpful for multi-sequence inputs and the combination inputs.
Hi, I notice that the class "class LabeledSeqDataset(Dataset)" actually does not accept one hot encoding as inputs, as it needs to transfer the strins to indices. Therefore, I add a new class for using one hot encoding as inputs. it will be extremely helpful for multi-sequence inputs and the combination inputs.