Open VasylKor opened 3 years ago
HI @VasylKor did you find the solution for this?
Keen to know the answer also @VasylKor . I'm trying to use YOLOv7 which outputs a tuple and produces the same error.
Hi @matt-sharp, @karthikiitm87. Alas, I could not find the solution. After a week or so I ended up (badly) reinventing the wheel.
Hi there, I got this error whenever I pass my model (converted in a foolbox model) as argument in accuracy() or attack().
It's worth mentioning that my Keras model is not Sequential and has multiple outputs. When reducing the model output to one it goes without issues. Is that multi-output models must be set up differently or they are just not supported?