Y-Zou

Results 4 issues of Y-Zou

I was so confused about using `self.update_lr(cur_nimg)` in train.py [train.py#L281](https://github.com/github-pengge/PyTorch-progressive_growing_of_gans/blob/8337fc9b536f0db402be9fa40f791afaa9be7855/train.py#L281) which may produce negative learning rate coefficient during the training process. I have no idea about why we should use...

``` Traceback (most recent call last): File "train.py", line 365, in pggan.train() File "train.py", line 286, in train self.train_phase(R, phase, batch_size, _range[0]*batch_size, _range[0], _range[1]) File "train.py", line 240, in train_phase...

Sorry, I have failed to run the project since my inputs start from "range 2". And I got this: `TypeError: gather() got an unexpected keyword argument 'axis'` whichever tensorflow version...

I have finished the first two steps but got the error ` from nms.mv import mv ImportError: No module named mv` When I make the $MNC_ROOT/lib, I got this error:`ptxas...