大多數情況下,當我使用 Keras 定義模型時,我都會收到此警告。不過,它似乎以某種方式來自 tensorflow:WARNING:tensorflow:From C:\Users\lenik\AppData\Local\Programs\Python\Python37\lib\site-packages\keras\backend\tensorflow_backend.py:3445: calling dropout (from tensorflow.python.ops.nn_ops) with keep_prob is deprecated and 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`.這個警告值得擔心嗎?如果是,我該如何解決這個問題?
tensorflow:請使用 `rate` 而不是 `keep_prob`。
慕工程0101907
2021-12-09 14:45:53