Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do resolve a problem of the discriminater? #16

Open
angleboy8 opened this issue Nov 29, 2018 · 1 comment
Open

How do resolve a problem of the discriminater? #16

angleboy8 opened this issue Nov 29, 2018 · 1 comment

Comments

@angleboy8
Copy link

angleboy8 commented Nov 29, 2018

Hi, I find a problem as follows when I test your program. I hope your help. Thank you very much.

Traceback (most recent call last):
File "main.py", line 149, in
tf.app.run()
File "D:\ProgramData\Anaconda3\envs\Tensorflow\lib\site-packages\tensorflow\python\platform\app.py", line 125, in run
_sys.exit(main(argv))
File "main.py", line 129, in main
model = Artgan(sess, args)
File "G:\adaptive-style-transfer-master\model.py", line 68, in init
self._build_model()
File "G:\adaptive-style-transfer-master\model.py", line 133, in _build_model
tf.add_n(self.input_photo_discr_loss.values()) +
File "D:\ProgramData\Anaconda3\envs\Tensorflow\lib\site-packages\tensorflow\python\ops\math_ops.py", line 2154, in add_n
raise ValueError("inputs must be a list of at least one"
ValueError: inputs must be a list of at least oneTensor/IndexedSlices with the same dtype and shape

@xueqinxiang
Copy link

Hi, angleboy8, please follow this page:#6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants