Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CNN, dropout error
#1
using python3 at ubuntu.

Reciving error constantly at each cnn code run.

WARNING:tensorflow:From /home/habib/.virtualenvs/kerasTF/lib/python3.6/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.

went to tensorflow_backend.py:3445 But there is retain_prob instead keep_prob. eventhen changed
but it prompts with new error keep_prob not defined.
Reply


Messages In This Thread
CNN, dropout error - by habib - Jul-02-2019, 10:45 AM
RE: CNN, dropout error - by scidam - Jul-02-2019, 12:42 PM
RE: CNN, dropout error - by ThomasL - Jul-02-2019, 05:34 PM
RE: CNN, dropout error - by habib - Jul-05-2019, 05:34 AM
RE: CNN, dropout error - by ThomasL - Jul-05-2019, 11:15 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020