You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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?
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
The text was updated successfully, but these errors were encountered: