We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the question(问题描述) A clear and concise description of what the question is.
Additional context Add any other context about the problem here.
Operating environment(运行环境):
The text was updated successfully, but these errors were encountered:
Hi @InkdyeHuang in deepctr v0.3.4,you can modify the code of initializers of embeding layer in deepctr.input_embedding line53-95 ,the code is like
deepctr.input_embedding
53-95
embeddings_initializer=RandomNormal( mean=0.0, stddev=init_std, seed=seed)
and for initializers of DNN, look at code at deepctr.layers.core line144-157 the code is like
deepctr.layers.core
144-157
initializer=glorot_normal(seed=self.seed)
Sorry, something went wrong.
No branches or pull requests
Describe the question(问题描述)
A clear and concise description of what the question is.
Additional context
Add any other context about the problem here.
Operating environment(运行环境):
The text was updated successfully, but these errors were encountered: