deep-river icon indicating copy to clipboard operation
deep-river copied to clipboard

multiple inputs and multiple predicted outputs

Open panchao12345 opened this issue 2 months ago • 0 comments

Is it possible for deep-river to take multiple inputs to a learned model and output multiple predicted outputs? For example tensorflow1 of the form model_output = self.sess.run([self.curr_nn_output], feed_dict={self.x_: inputs_list}),where inputs_list and model_output are 2-dimensional lists .

panchao12345 avatar May 06 '24 16:05 panchao12345