-
There are a number [0] [1] [2] of out-of-the-box scripts that do pix2pix cGAN training and can get you results even simpler than what we did (type out the tutorial code). See if you can download some …
-
I am trying to run pix2pix.py and I got an error at line 540,
OLD : #tf.set_random_seed(a.seed)
NEW : tf.random.set_seed(a.seed)
after that when I run the command again, I am getting this error…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What happened?
Pix2Pix models don't seem to be working properly.
…
-
Hello,
First of all thanks for this amazing piece of code.
I got this problem though :
Traceback (most recent call last):
File "webcam-pix2pix.py", line 74, in
capture = init_captur…
-
I think the original pix2pix GAN is using patchGAN. Where is the code related to it in your Tensorflow version?
-
`Sequential{N}` typealiases were added in https://github.com/tensorflow/swift-apis/pull/934:
```swift
import TensorFlow
// Before:
typealias Model = Sequential
// After:
typealias Model = Sequen…
-
If you try your own trained models, you'll get the error:
`
tensorflow.python.framework.errors_impl.InvalidArgumentError: You must feed a value for placeholder tensor 'Placeholder' with dtype string…
-
When I run the script file it fails to extract frames and it doesn't actually start the training.
I simply couldn't solve this problem;
Traceback (most recent call last):
```
File "./magenta/vi…
-
Traceback (most recent call last):
File "/home/pro/miniconda3/lib/python3.7/site-packages/tensorflow_core/python/client/session.py", line 1365, in _do_call
return fn(*args)
File "/home/pro/…
-
Hi
When i typed `python main.py --phase train`
i got
I tensorflow/stream_executor/dso_loader.cc:128] successfully opened CUDA library libcublas.so locally
I tensorflow/stream_executor/dso_loade…