darts
darts copied to clipboard
framework question: why is the position of 'Relu' before conv rather than after conv?
@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
I have the same question