yaohungt / Multimodal-Transformer

[ACL'19] [PyTorch] Multimodal Transformer
MIT License
827 stars 152 forks source link

No data preprocessing #52

Open xihaad opened 4 months ago

xihaad commented 4 months ago

I noticed there are data stored in pkl files but there is no implementations of how these pkl files have been made after preprocessing. How can i reproduce the results using different datasets as there is no clear preprocessing steps?

Triaill commented 2 weeks ago

I noticed there are data stored in pkl files but there is no implementations of how these pkl files have been made after preprocessing. How can i reproduce the results using different datasets as there is no clear preprocessing steps?

Same problem as you! In order to change to my data set, I tried to look at the data in the pkl file, but without success. can you tell me how you solved it