Re: [Dclib-devel] [dclib-devel] question about dropouts
Brought to you by:
davisking
From: Eloi Du B. <elo...@gm...> - 2017-12-03 01:42:23
|
Additionnal question: if I replace the dropouts by a multiply layer, and then copying my network, is this setting the dropouts weights to 1 ? I mean, is it allowing me to use my full network's weights instead of cancelling some? Thanks, 2017-12-02 19:24 GMT-06:00 Eloi Du Bois <elo...@gm...>: > Ah ok !! That's actually good news, I was stuck at 80% of accuracy with > the dropouts, so now I should get something pretty nice. > > Many thanks! > > 2017-12-02 19:23 GMT-06:00 Davis King <dav...@gm...>: > >> The dropout layers always do dropout. So if you don't want them to do >> that then you have to replace them with something else, which is generally >> what you want to do. >> >> ------------------------------------------------------------ >> ------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> Dclib-devel mailing list >> Dcl...@li... >> https://lists.sourceforge.net/lists/listinfo/dclib-devel >> >> > |