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
Hey,
Many thanks to you guys for providing this pypi package.
When I used this library, I found that the optional parameter of Dropout is Union[None, Type[_DropoutNd]], dropout_op_kwargs is dict.
Union[None, Type[_DropoutNd]]
dict
But when I use this library, I need to set different parameters between different layers.
Could the dropout_op and dropout_op_kwargs support List?
dropout_op
dropout_op_kwargs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey,
Many thanks to you guys for providing this pypi package.
When I used this library, I found that the optional parameter of Dropout is
Union[None, Type[_DropoutNd]]
, dropout_op_kwargs isdict
.But when I use this library, I need to set different parameters between different layers.
Could the
dropout_op
anddropout_op_kwargs
support List?The text was updated successfully, but these errors were encountered: