Delia
Results
1
comments of
Delia
I also encountered the same problem, and finally found that I could run it by removing a parameter: transform_train = Compose([ PadSequence(sequence_length), RandomFlipSequence(flip_sequence_p), RandomSelectSequence(sequence_length), ShuffleSequence(train_shuffle_sequence), RandomFlipLeftRight(flip_lr_p, flip_idx=self.graph.flip_idx), JointNoise(joint_noise), PointNoise(point_noise), RandomMove(random_move),...