- 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'