-
Hello,
First, I'd like to thank you a lot for sharing your code in open source, it's an amazing project !
I have spent 3 days trying to create my own model with no success.
I am on OSX, using…
-
error while training pix2pix model:
2018-09-06 14:21:53.018145: E T:\src\github\tensorflow\tensorflow\stream_executor\cuda\cuda_dnn.cc:332] could not create cudnn handle: CUDNN_STATUS_ALLOC_FAILED
…
-
I am new to tensorflow and was wondering if you could give a pointer to how you accomplished actuating via a web page your pix2pix tensorflow server-side instance (sending an image to it and getting o…
-
I am trying to implement TensorFlow Core pix2pix in colab with custom dataset but .meta file is not included so that I cant save and restore model in a proper way,
I am a beginner working with Tenso…
-
Hi,
Tensorflow seemed to have changed their interface. in `pix2pix.js` you want to make this change:
```
async transfer(inputElement, callback = () => {}) {
- const input = tf.fromPixels…
-
Hey Memo! This is with a fresh Ubuntu 17.04 and OF master (`2c7b719`).
```
fl@mallet:~/workspace/openFrameworks/addons/ofxMSATensorFlow/example-pix2pix/bin$ gdb -q ./example-pix2pix
Reading symbo…
-
Hi,
Thanks for sharing your code. I have a bunch of DEM rasters that I'd like to convert into RGB. I saw you did the same thing and the results looked pretty good. It doesn't even matter if the outpu…
-
Thanks for the awesome work! I used pix2pix in tensorflow and had some good success. I tried the same set of images with your model, however the initial training doesn't seem go as expected.
Below …
-
I want to play around with this but i can't find an example script that takes a image as a argument and the runs it through the network. Is there an already existing script i can look at? I have the n…
-
hi
i tried to run on pretrained model (Facades)
here's what i did, downloaded facades model from [BtoA](https://mega.nz/#!2xpyQBoK!GVtkZN7lqY4aaZltMFdZsPNVE6bUsWyiVUN6RwJtIxQ) and extracted archive …