Skip to content
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

[REG] what mse do you get from the mnist examples #38

Open
bhomass opened this issue Jun 21, 2023 · 0 comments
Open

[REG] what mse do you get from the mnist examples #38

bhomass opened this issue Jun 21, 2023 · 0 comments
Labels
general A generic problem that is occurring

Comments

@bhomass
Copy link

bhomass commented Jun 21, 2023

Template when making a new issue

Please, make sure that the following boxes are checked before submitting a new issue. There is a small chance that you can solve it by your own or even that it was already addressed by someone.

Thank you!

Pre-checkings

  • [ x] Check that you are up-to-date with the master branch of Learnergy. You can update with:
    pip install git+git://github.com/gugarosa/learnergy.git --upgrade --no-deps

  • [ x] Check that you have read all of our README.

Description

[Description of the issue]

Link

I ran through the example code in gaussian_rbm_training.py.
after 5 epochs, the mse is at 253.189896
then I followed up with reconstruction, and the mse jumps to 253349.031250, which is of course useless.

I can increase the epoch counts, but for now, I just want to make sure I am repeating what you see on your side.

Steps to Reproduce

  1. [First Step] copy the code from gaussian_rbm_training.py, and run it inside a jupyter notebook
  2. [Second Step] run thru training without any parameter change. get mse = 253.189896
  3. [...] then run the reconstruction code as is, get mse == 253349.031250,

Expected behavior: [It should be what you expect to happen]
mse value a lot closer to the training loop values

Actual behavior: [What actually happens]
mse is orders of magnitude worse on reconstruction

Reproduces how often: [How much does it occur? Show us your percentage]

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.

@bhomass bhomass added the general A generic problem that is occurring label Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
general A generic problem that is occurring
Projects
None yet
Development

No branches or pull requests

1 participant