taey16 / pix2pixBEGAN.pytorch

A pytorch implementation of pix2pix + BEGAN (Boundary Equilibrium Generative Adversarial Networks)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

raise KeyError("module name can't contain \".\"")

carol007 opened this issue · comments

image
when i follow the step to start my train, I find and modify this error : if lambdaIMG<>0,
however, the following errors become more complex:
image

how can I prove it ,Sir?

commented

Just go to Models/pix2pixBEGAN.py and rename all modules from

  "%s.relu" or "%s.leakyrelu" to "%s_relu" and "%s_leakyrelu" 

it will solve the issue.
And for

    **<>** replace it with **!=**