Josh Miller

Results 18 comments of Josh Miller

Not sure what this means, I haven't experienced this error. Could you give me some steps to reproduce the error?

Hey there, I believe you are right that the timing you show is quite slow. I think there may be a problem with your cuda setup, unrelated to the code...

I see, good catch. Do you have code for this? If so, please make a PR and I'll review it

I'm not sure how "100,200" would be parsed as an image size. You should only pass one number. The python int parser might be treating that as 100200 for image...

Hmm, this is a very interesting issue. It's going to take me a little while, but I'm going to attempt to reproduce this error. This is totally just off of...

I'm not entirely sure what is happening here. Could you give me some more details? You may just have had some unlucky results

The size of the image will affect the time it takes to run super resolution. This is because we use a windowed approach to resize parts of the image at...

This is correct. I'm actually working on migrating this over to keras (for multiple reasons), this will be one of the problems solved by that. Could use some help figuring...

You can watch this using tensorboard, that's how I recommend doing it. If you want to print PSNR, you'll have to edit the train loop to evaluate PSNR from the...

Seen some confusion with this before. It looks like this is happening because you're using black and white images. I'll make a fix for this, because it seems to be...