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

specifying multiple feeds in BACKEND_TF_INPUT_VAR #12

Open
kumarsameer opened this issue May 30, 2017 · 1 comment
Open

specifying multiple feeds in BACKEND_TF_INPUT_VAR #12

kumarsameer opened this issue May 30, 2017 · 1 comment

Comments

@kumarsameer
Copy link

kumarsameer commented May 30, 2017

  • picasso version: 0.1.1
  • Python version: 3.5.2
  • Operating System: ubuntu 16.04

Description

The documentation specifies that to use tensorflow backend, we need to specify the feeds via BACKEND_TF_INPUT_VAR variable. But how do I specify multiple inputs ?

What I Did

will the following work ?

BACKEND_TF_INPUT_VAR='convolution2d_input_1:0'
BACKEND_TF_INPUT_VAR='convolution2d_input_2:0'
@rhsimplex
Copy link
Contributor

It's not supported yet, since the web frontend only supports uploading single images. We would like to add this, however. In the meantime, is it possible to fix your other inputs?

@jwayne have you encountered this problem modifying picasso for other models?

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