pixel-cnn
pixel-cnn copied to clipboard
Code for the paper "PixelCNN++: A PixelCNN Implementation with Discretized Logistic Mixture Likelihood and Other Modifications"
Hi, The idea behind autoregressive modeling (pixelcnn, pixelcnn++,...) is that pixels are generated sequentially depending on the previous pixels. it is so called causality constraint. with up and down sampling,...
when training to cifar,it consist to increasing costed memory and do not begin to train. I have a 2*16G RAM.It's seem to be enough. 1*GTX1080 cudnn6 tensorflow1.4 python3.5
Hi, I'm wondering how many epochs should one train PixcelCNN++ from scratch on CIFAR-10 o get a reasonable result (e.g., Inception score around ~5.5)? I can see in the `train.py`,...
Hi, for conditional generation based on class labels, did you use h in every gated_resnet block?
anyone knows how to use checkpoint ? There is no code to test, so can't run forward!
The pretrained link http://alpha.openai.com/pxpp.zip seems broken. The hostname alpha.openai.com cannot be resolved. Could you please fix the link or provide another mirror? Thank you!
After upgrading to Tensorflow 1.2, running train.py produces many (567) of the following error: ``` ERROR:tensorflow:================================== Object was never used (type ): If you want to mark it as used...
Hi, thanks for the code! I have a question about pixel-cnn/model.py, line38. It's appending ones to the tensor x. But I'm wondering how this is used -- it seems that...
i follow the instruction of https://github.com/EdjeElectronics/TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10 Tensorflow 1.14-gpu cuda10 cnn10.1 but when i used python train.py --logtostderr --train_dir=training/ --pipeline_config_path=training/faster_rcnn_inception_v2_coco.config i have the problem E1130 23:32:13.621114 22540 tf_should_use.py:71] ================================== Object was...