deepnet icon indicating copy to clipboard operation
deepnet copied to clipboard

How to re-produce dbm multimodal model

Open sunbaigui opened this issue 11 years ago • 4 comments

I'm very impressed by your work Multimodal Learning with Deep Boltzmann Machines(http://www.cs.toronto.edu/~nitish/multimodal/). But when I wanna try to re-produce this model by following your code https://github.com/nitishsrivastava/deepnet, I find there's hardly a tutorial about how to train the multimodel dbm model referenced in your paper. @nitishsrivastava

sunbaigui avatar Sep 09 '14 11:09 sunbaigui

Have you solved your problem? I have the same question in training multi-modal DBM

Tanghaocheng avatar Mar 24 '16 02:03 Tanghaocheng

I just use the feature extracted by the joint layer,anyway,if you want to reproduce the bimodal DBM,you can just add another layer after the joint layer and train it just like before

Tanghaocheng avatar Apr 14 '16 03:04 Tanghaocheng

Hi, I have successfully trained the model by running ./runall_dbn.sh. However I do not know to use it. How do I generate the text tags for an image? Please help.

Thank you, Sreekar Reddy.

skywalker-hunter avatar Apr 29 '16 15:04 skywalker-hunter

I have tried to reproduce, but it may still has bugs in it. https://github.com/nitishsrivastava/deepnet/issues/98

xcszbdnl avatar Jun 01 '16 11:06 xcszbdnl