Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CNN, dropout error
#3
What is the problem to have a look at official documents?
https://www.tensorflow.org/api_docs/pyth...rs/Dropout
There is no argument keep_prob or retain_prob.
Now it´s e.g. Dropout(rate=0.2) or Dropout(0.2) which means 20% of the weights will be dropped out.
In the past it meant the opposite (80% drop out).
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