You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey, in code 'get_deepmad_forward' func, the deepmad compute way is log(sqrt(c*k^2/g)), [https://github.com/alibaba/lightweight-neural-architecture-search/blob/main/tinynas/models/blocks_cnn_2d/blocks_basic.py#L444]
but in paper, the definition of the CNN entropy is without sqrt option,
The text was updated successfully, but these errors were encountered:
hey, in code 'get_deepmad_forward' func, the deepmad compute way is log(sqrt(c*k^2/g)), [https://github.com/alibaba/lightweight-neural-architecture-search/blob/main/tinynas/models/blocks_cnn_2d/blocks_basic.py#L444]
but in paper, the definition of the CNN entropy is without sqrt option,
![image](https://private-user-images.githubusercontent.com/57970913/339958409-c219de51-99a2-4490-9d56-4b47cf6c82fd.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzA3MzcsIm5iZiI6MTczOTE3MDQzNywicGF0aCI6Ii81Nzk3MDkxMy8zMzk5NTg0MDktYzIxOWRlNTEtOTlhMi00NDkwLTlkNTYtNGI0N2NmNmM4MmZkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDA2NTM1N1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTkwZWRjZTgyYzVlNDBlNGMxNGI0OWU0YmYwYTlkNjIxZWZiOGU2ODZkOGIxZDk0MWFiOGU3Y2U3MTRmNzhjMTAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.VN4nUMYQarHLat7GE0dltFqqaY4QoCBvKy0s6DNW0Nk)
The text was updated successfully, but these errors were encountered: