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
Hello,
Why are the model sizes 20mb, thats way less than the original models ? What is the speed compared to the original implementation and to the Fast style transfer methods ?
The text was updated successfully, but these errors were encountered:
Hi, I think the model size is less than the original paper is because we cut off the full-connected layers. (We use up to conv4_1 layer of VGG-19). As for the speed, we don't test it yet. You can easily test it by yourself.
Hello,
Why are the model sizes 20mb, thats way less than the original models ? What is the speed compared to the original implementation and to the Fast style transfer methods ?
The text was updated successfully, but these errors were encountered: