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
Thanks for your amazing repo, it helped me understanding stylegan more.
I got stuck when tracing your code at model.py
I didn't understand what blur functions do and their counterparts in the original paper.
I would be very thankful if anyone understands could share his or her thoughts about my problem.
Thanks~
The text was updated successfully, but these errors were encountered:
Thanks for your feedback. I understood blur functions more.
However, I still didn't understand why, in your implementation, you used the blurring technique two times.
The first time is in BlurFunction, the second time is in BlurFunctionBackward.
Thank you again for your amazing work!!
Dear author:
Thanks for your amazing repo, it helped me understanding stylegan more.
I got stuck when tracing your code at model.py
I didn't understand what blur functions do and their counterparts in the original paper.
I would be very thankful if anyone understands could share his or her thoughts about my problem.
Thanks~
The text was updated successfully, but these errors were encountered: