You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, I've been trying for a lot of time, changing parameters and with the parameters you indicate, and there is no way I can get the same reconstruct score.
I'm doing what you are saying in the readme.md in molvae, with your dataset, with beta 0.001 because in another issue you recommended me to use it. mkdir pre_model/ CUDA_VISIBLE_DEVICES=0 python pretrain.py --train ../data/zinc/train.txt --vocab ../data/zinc/vocab.txt \ --hidden 450 --depth 3 --latent 56 --batch 40 \ --save_dir pre_model/ mkdir vae_model/ CUDA_VISIBLE_DEVICES=0 python vaetrain.py --train ../data/zinc/train.txt --vocab ../data/zinc/vocab.txt \ --hidden 450 --depth 3 --latent 56 --batch 40 --lr 0.0007 --beta 0.001 \ --model pre_model/model.2 --save_dir vae_model/
And after the reconstruct I get about a 0.50 reconstruct, sometimes even less than 0.50. Even the pretrain is giving me 0.51, so with the vae_train Im getting a worse model.
Something is clearly wrong here, I have also noticed that my LOG is almost the same as your LOG, except for the stereo parameter, which I get almost always 100%, and you almost never.
¿May this be a problem?
Example of MY LOG ( beta 0.005 version, but the steo problem is the same):
So, I've been trying for a lot of time, changing parameters and with the parameters you indicate, and there is no way I can get the same reconstruct score.
I'm doing what you are saying in the readme.md in molvae, with your dataset, with beta 0.001 because in another issue you recommended me to use it.
mkdir pre_model/
CUDA_VISIBLE_DEVICES=0 python pretrain.py --train ../data/zinc/train.txt --vocab ../data/zinc/vocab.txt \ --hidden 450 --depth 3 --latent 56 --batch 40 \ --save_dir pre_model/
mkdir vae_model/
CUDA_VISIBLE_DEVICES=0 python vaetrain.py --train ../data/zinc/train.txt --vocab ../data/zinc/vocab.txt \ --hidden 450 --depth 3 --latent 56 --batch 40 --lr 0.0007 --beta 0.001 \ --model pre_model/model.2 --save_dir vae_model/
And after the reconstruct I get about a 0.50 reconstruct, sometimes even less than 0.50. Even the pretrain is giving me 0.51, so with the vae_train Im getting a worse model.
Something is clearly wrong here, I have also noticed that my LOG is almost the same as your LOG, except for the stereo parameter, which I get almost always 100%, and you almost never.
¿May this be a problem?
Example of MY LOG ( beta 0.005 version, but the steo problem is the same):
Example of your LOG:
Also, in the pretrain.py and vaetrain.py, there is no way of obtaining the Pnorm and Gnorm as your LOG shows.
It has been frustating for a long time, I dont know what else I can try.
The text was updated successfully, but these errors were encountered: