memesoo99

Results 2 issues of memesoo99

How can toy set the imbalance factor for CIFAR100?

In the sample code provided, features are concated before processed in the encoder. features = torch.concat([video_tokenizer(video), audio_tokenizer(audio), time_series_tokenizer(time_data)],dim=1) However, as I ran some tokenizers of different modaility, the tokenized shape...