clovaai / rexnet

Official Pytorch implementation of ReXNet (Rank eXpansion Network) with pretrained models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

One problem

Ta-SIR opened this issue · comments

In rexnetv1.py, Is there any error on "layers = [ceil(0 * depth_mult) for element in layers]" (135 lines)?

Assigning an element in layers to 0 occurs the error as you pointed out, so I recommend not to put 0 in the "layers" list but just reduce the number of elements.