python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Layer "model" expects 2 input(s), but it received 1 input tensors
I built a vqa model, and set two inputs(images, questions).
It was well trained with train/val datasets, but with test_dataset, it keep printing errors like below;
ValueError: Layer "model" ...
Seonwoo Kim
Votes: 0
Answers: 0
Modelling and fitting bi-modal lognormal distributions in a loop using lmfit
I have been spending FAR too much time trying to figure this out - so time to seek help. I am attempting to use lmfit to fit two lognormals (a and c) as well as the sum of these two lognormals (a+c) t...
GingerMonster
Votes: 0
Answers: 1
Image text retrieval evaluation metric
I am currently working on text image retrieval where basically, given a test query, I should be able to retrieve all the related images.
For example- 'children playing in park', should retrieve all re...
Nidutt
Votes: 0
Answers: 0
What method and tool for regression analysis for a multimodal distribution in R?
I have a set of variables X1 and X2 and Y with relationship plot as shown below. X2 values are used for color coding.
X1, X2, and X3 are integer variables.
The observed pattern is multimodal.
What is...
vp_050
Votes: 0
Answers: 1