PhotographicImageSynthesiswithCascadedRefinementNetworks-Pytorch icon indicating copy to clipboard operation
PhotographicImageSynthesiswithCascadedRefinementNetworks-Pytorch copied to clipboard

Several questions

Open Naruto-Sasuke opened this issue 6 years ago • 1 comments

  1. Can we use recursive_generator similar with the official code?
  2. LayerNorm is in here http://pytorch.org/docs/master/nn.html#layernorm.(Seems in this week v0.4 will be released)

Naruto-Sasuke avatar Apr 24 '18 03:04 Naruto-Sasuke

  1. Hey, thanks a lot for pointing this out. In pytorch I found it difficult to recursively call and do backpropagation as in the original implementation. So I did it in a different way.
  2. LayerNorm has been recently released and I will add it in the upcoming updates.

Blade6570 avatar May 26 '18 14:05 Blade6570