GithubHelp home page GithubHelp logo

Comments (2)

macio232 avatar macio232 commented on June 18, 2024

Ok, I can see the reason

if self.epoch < 10:
for c in self.model.components:
if isinstance(c, StereographicallyProjectedSphereComponent) or isinstance(c, SphericalComponent):
c._pradius.data = torch.ones_like(c._pradius.data) * (11 - self.epoch)
elif isinstance(c, PoincareComponent) or isinstance(c, HyperbolicComponent):
c._nradius.data = torch.ones_like(c._nradius.data) * (11 - self.epoch)

And I found a reference for such behavior in the paper

The first 10 epochs for all models are trained with a fixed curvature starting at 0 and increasing in absolute value each epoch.

In my experiments, I have skipped the burn-in phase what resulted in AssestrionError in assert torch.isfinite(z_mean).all() in encode of component.

from mvae.

oskopek avatar oskopek commented on June 18, 2024

Yes, stability is a big reason why we did the burn in. If you want, you can try ignoring assertions by adding the -O (big letter O) flag to python when running training.

Any other stability-related changes might also help, like lowering the learning rate, etc.

from mvae.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.