dk-hong
Results
2
issues of
dk-hong
I executed PyTorch_version/loader.py with ffhq-snapshot.pkl and it worked well. However, I didn't work with ffhq-snapshot-1024.pkl. How can I resolve this issue? Error messages are below. ``` Loading ffhq-snapshot-1024.pkl... synthesis.b1024.conv_last.weight [32,...
As I understand, it means that make every value of an operation's output 0 with probability p. But in your code, a dropout doesn't work operation level, but element-level. Is...