-
Notifications
You must be signed in to change notification settings - Fork 438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reproduce multimodal dbm result #98
Comments
Hello @xcszbdnl. I have a few thoughts on why the results might not be as good. 1st, @nitishsrivastava may have done some fine tuning of hyperparameters on his deepnet model that is not reflected in the code he provided and which gives better results. 2nd, the training (i.e. runall_dbm.sh) may have to be modified more thoroughly. From my understanding, one of the big differences between DBNs and DBMs is the training procedures. DBNs are trained as a stack of RBMs, I believe, completely training each RBM one at a time before moving to the next in the stack. DBMs, however, train more fluidly, as a unit, so that the training of any given layer can affect the training of the other layers, both above and below it. Perhaps by analyzing the differences between deepnet's DBN code and its DBM code, we can find out the way we need to create the runall_dbm.sh to reproduce the results in the paper. |
I have made the following changes:
I didn't get any errors. All training procedure looks fine. |
Hi, xcszbdnl Your project excite me a lot. Thanks |
This is a government contracts . It is not for to play with if your not on my team. As well it is a research Labs. I don't know where you'll all came from messing with software that in development stages . If you know how to code ask ask the lead for a job . That would be me If in talking to you. There's no bugs in my software just hacker that redirecting foreign policy . And by doing so affecting billions of lives around the world. My name is warith akbar founder and owner of Microsoft, github, Salesforce, Devops, Bitcoin, quantitative easing . And Just about anything you here about open AI that's my lifes work . You probably noticed a higher then unusual increase of different software platforms come on the web lately. Well most likely that was one person . All of my IT team sold me out and went to work for well street lobbyists firm to stop me from taking Wall Street to court for stealing over almost a trillion dollars in employee reinvestment 401 k plan . Believe me kid what you on the news is not what's really going on in the real world . I suggest that next time someone tell you they the owner of founder of a project don't take there word for it until you do some research . For my software to find out if something didn't sound right you can put the name of the Software in your web browser with the developer name and if there name has a line through it that men's. Etc All I need you to do is call the white house and ask to speak to someone in charge. And there going to ask what it about. Tell lady that you was contacting by a agent by the name "laptop from hell" / hackernoon the founder of quantitative easing wisleblowing platform. |
Hello, everyone.
I'm trying to reproduce multimodal dbm result. However, @nitishsrivastava didn't give the example of multimodal dbm, only gave a example of multimodal dbn.
So, I have wrriten the running scripts, used the model files he gives at
[http://www.cs.toronto.edu/~nitish/multimodal/] and mofied some bugs in it. For example, the deepnet.proto do not have the parameter "mcmc_steps", it has been changed to "mf_steps"...
However, the model couldn't reproduce the result as nitish gives on his paper, maybe there is still some bugs in it. I have debugged for a few weeks and can not fix it.
So, is there anyone who can cooperate with me to fix it? Then it can be merge into master's branch to help others reproduce mutlimodal dbm result.
I have forked the code and start a new branch at multimodal_dbm_example_branch
The text was updated successfully, but these errors were encountered: