Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CNN, dropout error
#5
Your code is fine.
As Scidam wrote your 'error' message is just a warning.
I get this warning too if i use the Dropout() method in my code.
The warning tells you that the value e.g. 0.2 is now meant to be the rate
of weights that are dropped.
In the past the value was meant to be the rate of weights that were NOT dropped.
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