jnwei-zz
jnwei-zz
I also ran into a similar issue with just :.s/something/something_else. in particular if I have this code example: ``` badger badger badger badger badger badger badger badge ``` Then I...
The issue is due to the fact that one of the layers has only been written in Tensorflow (and not Theano). Please set the[ Keras backend to Tensorflow](https://keras.io/backend/) and it...
Hi All, It sounds like you might like to do semi-supervised learning. That is not currently supported by this repo, but you might be able to adapt it for your...
Hi, This library is only supported on Keras versions between 1.0 and 2.0.7. Perhaps you are running a newer version of Keras? On Tue, Apr 10, 2018 at 2:43 PM...
Great, thanks for sharing the fix! On Tue, Apr 10, 2018 at 3:44 PM leonhug wrote: > Thank you! > > I created a virtual environment and installed Keras 2.0.7...
Hi, I'll write up a more thorough procedure and fix some documentation later, but to answer your question quickly: 1. Have your data prepared as a csv file. One of...
The average distance between molecules is ~20. The molecules are distributed as you said, close to the SMILES of the training set molecules. My guess is that setting the noise...
Yeah, you should remove "limit_data" in the exp.json On Tue, Jun 4, 2019 at 6:17 PM AustinApple wrote: > Hello, According to the code in the train_vae.py > > if...