Code Monkey home page Code Monkey logo

Comments (2)

MinkaiXu avatar MinkaiXu commented on September 4, 2024 1

Hi Yuan,

I left a note here (https://github.com/MinkaiXu/GeoLDM#train-the-geoldm) that:
Note: In the paper, we present an encoder early-stopping strategy for training the Autoencoder. However, in later experiments, we found that we can even just keep the encoder untrained and only train the decoder, which is faster and leads to similar results. Our released version uses this strategy. This phenomenon is quite interesting and we are also still actively investigating it.

So current implementation is just training the decoder and latent diffusion jointly. But since these two are not connected in the computational graph, they essentially can be viewed as separately trained.

And, similarly, in the implementation, ES_reg is simply reflected as an untrained encoder, an extreme case of ES but with pretty good results (and better efficiency)... I'm also still investigating it.

But yes, if you want, you can still train the AE first by specifying your personalized arguments :)

from geoldm.

Rabona17 avatar Rabona17 commented on September 4, 2024

And a quick follow up, may I ask where is ES_reg reflected in the code? Thanks!

from geoldm.

Related Issues (16)

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.