darts icon indicating copy to clipboard operation
darts copied to clipboard

framework question: why is the position of 'Relu' before conv rather than after conv?

Open xingyueye opened this issue 5 years ago • 1 comments

@quark0 Hi, I have some question about the base framework in Darts. How did you choose the framework, just follow NasNet? I found that in this framework, ‘Relu’ is placed at the front end of each module, before the conv rather than after it. This arrangement might result in more relu operations and is not friendly to some hardware. I'm confused about this, could you give me some explanation? thank you

xingyueye avatar Nov 25 '19 02:11 xingyueye

I have the same question

TIanCat avatar Feb 11 '20 15:02 TIanCat