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
Hi. May I ask for SENet154 model in repo, the input needs to be normalized both by:
1- First dividing by 255 (having a range between 0-1)
2- Normalizing by mean and std
Or is it only 2 without 1? I have seen some networks in your repo only use the second without the pixels being in range 0-1
The text was updated successfully, but these errors were encountered:
Hi. May I ask for SENet154 model in repo, the input needs to be normalized both by:
1- First dividing by 255 (having a range between 0-1)
2- Normalizing by mean and std
Or is it only 2 without 1? I have seen some networks in your repo only use the second without the pixels being in range 0-1
The text was updated successfully, but these errors were encountered: