Hello, It seems that the expand ratios for `3x3-6` and `5x5-3` blocks are not encoded correctly here: https://github.com/dstamoulis/single-path-nas/blob/21c1f3e9c790e591749c0fb861bff3737b6d5fc7/train-final/parse_netarch.py#L97-L104 I believe `3x3-6` should have 'e6' and `5x5-3` should have 'e3'.
Hello,
It seems that the expand ratios for
3x3-6and5x5-3blocks are not encoded correctly here:https://github.com/dstamoulis/single-path-nas/blob/21c1f3e9c790e591749c0fb861bff3737b6d5fc7/train-final/parse_netarch.py#L97-L104
I believe
3x3-6should have 'e6' and5x5-3should have 'e3'.