-
Notifications
You must be signed in to change notification settings - Fork 75
Possible mistake in pretrained weights porting #3
Comments
same problem I Got: and I Can only get noise pics rather than faces |
This error means that your network lacks the definition of the intermediate layer. Please double check the definition of BlurLayer at g_synthesis. Best regards, |
Sovled! Thank you very much!!!! |
@qisikai How did you solve this problem? I am getting the following error. RuntimeError: Error(s) in loading state_dict for Generator: |
I am getting the same issue. @huangzh13 is there an easy way to solve this? |
Hello, @huangzh13,
Firstly, great job on the code. It's quite good.
I just wanted to point out that there could be a possible mistake in porting the official tensorflow pretrained weights. The samples that you display on the README have very peculiar (and visible) artifacts.
Here is a sample image generated using the original tensorflow stylegan code:
Could you please check the weights porting?
The best possible test would be to check the fid score of your pytorch ported weights. If there is a drop in performance, then it would confirm the conjecture.
Please let me know if anything is unclear.
Best regards,
@akanimax
The text was updated successfully, but these errors were encountered: