multimodal-deep-learning icon indicating copy to clipboard operation
multimodal-deep-learning copied to clipboard

How to do the inference on new data set?

Open CaffreyR opened this issue 3 years ago • 1 comments

I have trained the Context-Dependent Sentiment Analysis in User Generated Videos , and it went well! But how can I use the model to infer new data! Thanks! @soujanyaporia

CaffreyR avatar May 13 '22 09:05 CaffreyR

For that, you need to replicate the feature extraction process for every modality. See some sample codes here: https://github.com/soujanyaporia/MUStARD

soujanyaporia avatar Jun 09 '22 02:06 soujanyaporia