Multimodal-Infomax icon indicating copy to clipboard operation
Multimodal-Infomax copied to clipboard

environment

Open Thealove opened this issue 11 months ago • 3 comments

Hello, I encountered some issues while configuring the environment. It seems that there is an incompatibility between torch 1.7.0 and torchvision 0.4.2. What should I do to resolve this?

Thealove avatar Mar 08 '24 09:03 Thealove

I remember torchvision is not imported in the project, so you can firstly try running without it.

Clement25 avatar Mar 09 '24 11:03 Clement25

I remember torchvision is not imported in the project, so you can firstly try running without it.

Thank you for your reply, the problem has been solved, may I ask how your dataset converts video and voice into pkl files

Thealove avatar Mar 11 '24 01:03 Thealove

I remember torchvision is not imported in the project, so you can firstly try running without it.

Thank you for your reply, the problem has been solved, may I ask how your dataset converts video and voice into pkl files

You can extract features according to related papers, and save the results as numpy arrays into the pkl. file.

Clement25 avatar Mar 11 '24 06:03 Clement25