You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The
keep_prob
parameter for dropout is deprecated. We should updatemuffnn
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." Therate
parameter was added in v1.13.The text was updated successfully, but these errors were encountered: