هنگامی که خروجی دو شبکه کانولوشن از دو شبکه متفاوت را به صورت زیر concat میکنم
aوb خروجی یک لایه کانولوشن از شبکه های متفاوت هستند.
T.concatenate([a.output.flatten(2),b.output.flatten(2)],axis=1)
با error زیر مواجه میشم. میشه کمکم کنین این error رفع کنم:
theano.gof.fg.MissingInputError: ("An input of the graph, used to compute Reshape{4}(x, TensorConstant{[10 3 55 47]}), was not provided and not given a value.Use the Theano flag exception_verbosity='high',for more information on this error.", x)