Skip to content

Is the model trained on truncated noise? What was input noise vector characteristics for training? #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
MHVali opened this issue Jun 16, 2023 · 0 comments

Comments

@MHVali
Copy link

MHVali commented Jun 16, 2023

Hi,

I have noticed in the "utils.py" line 32, you truncated the normal noise in the range [-2,2] by this line of code:

values = truncnorm.rvs(-2, 2, size=(batch_size, dim_z), random_state=state).astype(np.float32)

Could you please let me know whether the pre-trained model is also trained using this truncated noise? If not, could you please let me know the characteristics of the input noise vectors during training your model? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant