pixel-recursive-super-resolution
pixel-recursive-super-resolution copied to clipboard
What can I do with the trained data?
What is the next step after training?
Can you tell me how to success in training?When I run the command of training,there are some errors. TypeError: resize_images() takes at least 3 arguments (2 given)
use tensorflow-1.0 , https://github.com/tensorflow/models/issues/552
How can I use the trained model to improve one image's resolution?Please.
How to train the model with the custom resolution of input and output? I mean, in your code you use input image 8x8 and output image 32x32. So now I want to use my own data with image output espect is 320x320. I gess i have to change the network or change hyperparameter, but I not sure, can you show me how to do that?
What does it expect?
what is the next step after training? i need the test cod please