Open Junaid199f opened 12 months ago
Hi, it depends on a proxy - some of them hook specifically on Conv2d etc., in which case they would need to be extended to support 3D equivalents. Some might work out-of-the-box if they are written generically.
Particular metrics are implemented in the files under: https://github.com/SamsungLabs/zero-cost-nas/tree/main/foresight/pruners/measures
Hi! Is it possible to use these proxies for 3D CNN architectures or i have to modify these proxies to make it compatible with 3D CNN models? Thanks