Code Monkey home page Code Monkey logo

Comments (4)

UnixJunkie avatar UnixJunkie commented on August 30, 2024 1

One problem I foresee is that if you don't train jointly the VAE with the property predictor, then the latent-space
will not be organized according to the property. So, you are doing something quite different from what is reported in their paper.

from chemical_vae.

wkl000 avatar wkl000 commented on August 30, 2024

Hello, do you figure out this question? Many thanks.

from chemical_vae.

jnwei-zz avatar jnwei-zz commented on August 30, 2024

from chemical_vae.

AustinApple avatar AustinApple commented on August 30, 2024

Hi all,
I also encounter the same problem, so I modified the code by myself. Please take it for your reference.
After finishing training the VAE itself by a large number of Molecules with SMILES and without properties,
I create a model which is composed of only the trained encoder and the property predictor and subsequently train the model by a limited number of Molecules with SMILES and properties.

the whole parameter setting
https://github.com/AustinApple/modified_chemvae/blob/master/exp_property_training.json

In order to train the property predictor separately, I made some modifications in the train_vae.py
https://github.com/AustinApple/modified_chemvae/blob/master/train_prop.py

However, in this way we need to freeze the weighting of encoder to train our property predictor or we will destroy the system of the trained auto-encoder. We can expect that the performance of property predictor would be worse than one training with encoder together.
If there is any question. please let me know.

from chemical_vae.

Related Issues (20)

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.