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
I have a question regarding the input of the VGG network.
Is the (x+1)/2 used as some kind of scaling?
If I put VGG(x) I have the same output dimension of (batch_size, 512, 32, 32)
If so, why do we need to scale it like this?
Thanks!
Best regards!
The text was updated successfully, but these errors were encountered:
I have a question regarding the input of the VGG network.
Is the (x+1)/2 used as some kind of scaling?
If I put VGG(x) I have the same output dimension of (batch_size, 512, 32, 32)
If so, why do we need to scale it like this?
Thanks!
Best regards!
The text was updated successfully, but these errors were encountered: