Skip to content

Replace keep_prob with rate in dropout #96

@stephen-hoover

Description

@stephen-hoover

The keep_prob parameter for dropout is deprecated. We should update muffnn to the new usage. Per https://www.tensorflow.org/api_docs/python/tf/nn/dropout, "Warning: SOME ARGUMENTS ARE DEPRECATED: (keep_prob). They will be removed in a future version. Instructions for updating: Please use rate instead of keep_prob. Rate should be set to rate = 1 - keep_prob." The rate parameter was added in v1.13.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions