MingSun-Tse / Collaborative-Distillation

[CVPR'20] Collaborative Distillation for Ultra-Resolution Universal Style Transfer (PyTorch)
MIT License
185 stars 23 forks source link

About the linear embedding #4

Closed SkyeLu closed 4 years ago

SkyeLu commented 4 years ago

Hi, thanks for sharing your code! I have a doubt about the linear embedding. Are linear embeddings only used for loss calculation? When we test on SE + BD, are linear embeddings used or not?

MingSun-Tse commented 4 years ago

Hi - In testing, linear embeddings are not used. They are only used in training. :-)