pytorch-image-models icon indicating copy to clipboard operation
pytorch-image-models copied to clipboard

[FEATURE] Add ZenNAS

Open MichaelMonashev opened this issue 4 years ago • 1 comments

https://github.com/idstcv/ZenNAS faster, bigger and more precise versions of GPU-Efficient-Networks ( https://github.com/rwightman/pytorch-image-models/blob/master/timm/models/byobnet.py ).

MichaelMonashev avatar Apr 09 '21 12:04 MichaelMonashev

@MichaelMonashev thanks, I'll tackle it at some point but low priority. It uses different blocks from the others so need to define those, and working with their model definitions is really fiddly.

rwightman avatar Apr 09 '21 15:04 rwightman