Skip to content
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

The act of 'h2' is 'sigmoid' instead of 'lrelu', why? #16

Open
yuhuang-cst opened this issue Nov 6, 2019 · 1 comment
Open

The act of 'h2' is 'sigmoid' instead of 'lrelu', why? #16

yuhuang-cst opened this issue Nov 6, 2019 · 1 comment

Comments

@yuhuang-cst
Copy link

SAUCIE/model.py

Line 154 in c2e5968

h2 = tf.layers.dense(h1, self.layers[1], activation=tf.nn.sigmoid, name='encoder1')

@klovbe
Copy link

klovbe commented Mar 21, 2020

I found that too! And the output of SAUCIE with all lambda as zero share the same value for one gene in all cells.

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

2 participants